mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge 26223a0c84 into 3913106b2e
This commit is contained in:
commit
6d603ee6cd
1 changed files with 9 additions and 0 deletions
|
|
@ -38,3 +38,12 @@ elif [[ $('uname') == 'Darwin' ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias stt='st .'
|
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