summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-02 22:25:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-02 22:25:35 -0700
commit1864ce6ed1b92bfdb69fcec454318e9808ce3b4a (patch)
tree6ea0f96dc943404ecc6e19a168547a622b3442a9 /.emacs.d/eshell
parent8b718945588100e3ba8418ce7afb0d03f0c52ad4 (diff)
downloaddotfiles-1864ce6ed1b92bfdb69fcec454318e9808ce3b4a.tar.gz
add eshell 'g' alias
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index d7ee6971..8c3cd41b 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,4 +1,5 @@
alias d dired $1
alias e find-file $1
alias o find-file-other-window $1
+alias g git $*
alias v view-file-other-window $1 >/dev/null