X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Faliases.in;h=2848f737b02f8249c6cffd9e75723a11339d39ab;hb=33826e397bdecbdcef6d8d04b944733676b794e1;hp=1b700cd9f9ee0f06e86bcd0e0ba1c72c053a182d;hpb=d1d56e062dc916bb95bed237c637c0ff2697bcc9;p=config%2Fdotfiles.git diff --git a/shell/aliases.in b/shell/aliases.in index 1b700cd..2848f73 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -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' @@ -70,7 +71,7 @@ unalias ls 2>/dev/null # See `setup.sh` for details. LS_* are replaced with the appropriate values # when this file is generated. ls() { - LS_ENV command ls LS_COLOR LS_OPTIONS -C -F "$@" 2>&1 | less + LS_ARGS -C -F "$@" 2>&1 | less } unalias ll lt la lal lat 2>/dev/null