Update aliases
This commit is contained in:
parent
5d4a6b2f34
commit
c96972e6a4
2 changed files with 4 additions and 1 deletions
2
.aliases
2
.aliases
|
@ -17,10 +17,12 @@ alias gl="git log"
|
||||||
alias gh="git hist"
|
alias gh="git hist"
|
||||||
alias grm="git rm"
|
alias grm="git rm"
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
|
alias Grep='grep'
|
||||||
alias l="ls"
|
alias l="ls"
|
||||||
alias ll="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 sfs="map-sshfs"
|
||||||
alias sz="source ~/.zshrc"
|
alias sz="source ~/.zshrc"
|
||||||
alias t="tmux"
|
alias t="tmux"
|
||||||
alias v="vim"
|
alias v="vim"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
* Auto start tmux
|
* Auto start tmux
|
||||||
* * if [[ $STY = '' ]] then mux work; fi
|
* * if [[ $STY = '' ]] then mux work; fi
|
||||||
|
* * only if not ssh
|
||||||
* insert-sudo function return to end of line
|
* insert-sudo function return to end of line
|
||||||
* vi mode on command line
|
* vi mode on command line
|
||||||
* * set -o vi
|
* * set -o vi
|
||||||
* Leader for buffer nexting (,n?)
|
* vagrant aliases
|
||||||
|
|
Loading…
Reference in a new issue