diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-09 09:09:53 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-09 09:09:53 +0800 |
| commit | 72c53ee5048d4725232435514b6e593aa50fe127 (patch) | |
| tree | 5f955ee38501219595a8b1c97da1da4c73405ce1 /alias | |
| parent | 83a16c1debc3b375f2fc0bc0626b0e96ebb909b4 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -27,8 +27,11 @@ alias ..='cd ..' | |||
| 27 | alias ld='cd -' # last directory | 27 | alias ld='cd -' # last directory |
| 28 | alias cdd='cd ~/Downloads' | 28 | alias cdd='cd ~/Downloads' |
| 29 | alias cdg='cd ~/git' | 29 | alias cdg='cd ~/git' |
| 30 | |||
| 31 | # about custom settings | ||
| 30 | alias cds='cd ~/git/settings' | 32 | alias cds='cd ~/git/settings' |
| 31 | alias chs='cd ~/git/settings && tig status' # check setting changes | 33 | alias chs='cd ~/git/settings && tig status' # check setting changes |
| 34 | alias pus='cd ~/git/settings && git pull' | ||
| 32 | 35 | ||
| 33 | alias r='_ranger-cd' | 36 | alias r='_ranger-cd' |
| 34 | function _ranger-cd { | 37 | function _ranger-cd { |