Don't always show ls in long form

This commit is contained in:
Andrew Tomaka 2013-05-29 10:54:34 -04:00
parent 5197e15006
commit b024625a88
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ alias gh="git hist"
alias grm="git rm" alias grm="git rm"
alias gs="git status" alias gs="git status"
alias l="ls" alias l="ls"
alias ls="ls -lv --human-readable --color=auto" alias ll="ls -lv --human-readable --color=auto"
alias mw="mux work" alias mw="mux work"
alias s="cd ~/Source" alias s="cd ~/Source"
alias t="tmux" alias t="tmux"

View file

@ -1,4 +1,6 @@
* Auto start tmux * Auto start tmux
* * if [[ $STY = '' ]] then mux work; fi * * if [[ $STY = '' ]] then mux work; fi
* insert-sudo function return to end of line * insert-sudo function return to end of line
* git checkout bind
* vi mode on command line
* * set -o vi