summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-25 23:26:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-25 23:26:26 -0700
commite074f13a1b713b17686a5007bbe0a97ac3bb9586 (patch)
tree7d083705bbec11f4ec978d281662745751eb3d6a /.emacs.d/eshell
parent9c4f56248aa4f0445037042a8da2306a9a243ade (diff)
downloaddotfiles-e074f13a1b713b17686a5007bbe0a97ac3bb9586.tar.gz
more basic eshell aliases
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 4b64e54d..d7ee6971 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,3 +1,4 @@
alias d dired $1
-alias o find-file-other-window $1
alias e find-file $1
+alias o find-file-other-window $1
+alias v view-file-other-window $1 >/dev/null