Update aliases

This commit is contained in:
Andrew Tomaka 2013-06-11 16:49:13 -04:00
parent 5d4a6b2f34
commit c96972e6a4
2 changed files with 4 additions and 1 deletions

View file

@ -17,10 +17,12 @@ alias gl="git log"
alias gh="git hist"
alias grm="git rm"
alias gs="git status"
alias Grep='grep'
alias l="ls"
alias ll="ls -lv --human-readable --color=auto"
alias mw="mux work"
alias s="cd ~/Source"
alias sfs="map-sshfs"
alias sz="source ~/.zshrc"
alias t="tmux"
alias v="vim"

View file

@ -1,6 +1,7 @@
* Auto start tmux
* * if [[ $STY = '' ]] then mux work; fi
* * only if not ssh
* insert-sudo function return to end of line
* vi mode on command line
* * set -o vi
* Leader for buffer nexting (,n?)
* vagrant aliases