summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-23 19:36:57 +0900
committerSean Whitton <spw+git@sdf.org>2014-10-23 19:36:57 +0900
commit282cf5160512f220e2c1ce3317c6912c43a8cf89 (patch)
treedc0f56c96399bb6f4e0942b42bade6dd97cf411f /.emacs.d/eshell
parent215768205361dcd5018c792dcf884ab58b48611c (diff)
downloaddotfiles-282cf5160512f220e2c1ce3317c6912c43a8cf89.tar.gz
eshell alias to edit a file should be universal 'vi'
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 521a396a..04247a72 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,6 +1,5 @@
alias ll ls -al
-alias ff find-file $1
-alias e find-file $1
+alias vi find-file $1
alias g git $*
alias d dired $1
alias ga git annex $*