mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Added extra aliases to the sublime plugin (for Sublime Text 2)
This commit is contained in:
parent
615e41b0ec
commit
26223a0c84
1 changed files with 10 additions and 0 deletions
|
|
@ -18,4 +18,14 @@ elif [[ $('uname') == 'Darwin' ]]; then
|
|||
alias st='${_sublime_darwin_subl}'
|
||||
fi
|
||||
fi
|
||||
|
||||
alias stt='st .'
|
||||
alias sth='st -h'
|
||||
|
||||
alias sta='st -a'
|
||||
alias stat='st -a .'
|
||||
|
||||
alias stn='st -n'
|
||||
alias stnt='st -n .'
|
||||
|
||||
alias stb='st -b'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue