summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-18 17:45:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-20 18:49:11 -0700
commit5f47c72082bc746af1998882f5e12357817fe8d7 (patch)
tree42b1e3b01295e03bd67f8dd14f098ad0b6fdf39c /.emacs.d/eshell
parent16d868ed51b6b35bea32e9b77fe2dae933695248 (diff)
downloaddotfiles-5f47c72082bc746af1998882f5e12357817fe8d7.tar.gz
set some single-letter eshell aliases
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
new file mode 100644
index 00000000..4b64e54d
--- /dev/null
+++ b/.emacs.d/eshell/alias
@@ -0,0 +1,3 @@
+alias d dired $1
+alias o find-file-other-window $1
+alias e find-file $1