]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/aliases: add alias for git annex (ga)
authorSimon Ruderich <simon@ruderich.org>
Tue, 3 May 2016 18:05:56 +0000 (20:05 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 3 May 2016 18:05:56 +0000 (20:05 +0200)
shell/aliases.in

index 1b700cd9f9ee0f06e86bcd0e0ba1c72c053a182d..eebda1ec1917c1cba1e15b5e9326f75886db9dab 100644 (file)
@@ -31,6 +31,7 @@ alias t=tig
 alias v=vim
 alias x=exit
 # Shortcuts for a little less used programs.
+alias ga='git annex'
 alias gr=grep
 alias gri='grep -i'
 alias grr='grep -r'