summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-04 16:18:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-04 16:18:48 -0700
commit97c5dc236139d4a0708a4a3599ad30bb733041d5 (patch)
tree771a5eb96dceb41179037cbabea8a454af07d32e /.emacs.d/eshell
parent23343e36f5854ad0b0aaa69183807311a19dc3a9 (diff)
downloaddotfiles-97c5dc236139d4a0708a4a3599ad30bb733041d5.tar.gz
add git annex eshell 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 8c3cd41b..af297b96 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -2,4 +2,5 @@ alias d dired $1
alias e find-file $1
alias o find-file-other-window $1
alias g git $*
+alias ga git annex $*
alias v view-file-other-window $1 >/dev/null