summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-08 18:08:03 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-08 18:08:03 +0900
commitbb5829984552e0d1d6b842b8235f9212ce8c7562 (patch)
tree5fd4261faee0d1b0f31b3d5d03ebbe0ac363ab4f /.emacs.d/eshell
parente2e9dbd00772ecf8b8eb7ab05847fa020dea9b75 (diff)
downloaddotfiles-bb5829984552e0d1d6b842b8235f9212ce8c7562.tar.gz
'mg' universal command to edit
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 09fc1784..6c6bab18 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,5 +1,5 @@
alias ll ls -al
-alias vi find-file $1
+alias mg find-file $1
alias g git $*
alias d dired $1
alias ga git annex $*