diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-21 23:10:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-21 23:10:04 +0800 |
| commit | 9fa375a441ee427a81046d462e19882995d77e0d (patch) | |
| tree | e3041f952452006fb23082a65b2028ce77fbaaf3 /alias | |
| parent | 70a6a818ba1cab446c782e362c14ca9e604139ed (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -37,7 +37,7 @@ alias aptu='sudo apt update && sudo apt upgrade' | |||
| 37 | alias ..='cd ..' | 37 | alias ..='cd ..' |
| 38 | alias ld='cd -' # last directory | 38 | alias ld='cd -' # last directory |
| 39 | cdg(){ cd ~/git/$1 } | 39 | cdg(){ cd ~/git/$1 } |
| 40 | alias cdata='cd ~/data' | 40 | alias cda='cd ~/data' |
| 41 | alias cdd='cd ~/Downloads' | 41 | alias cdd='cd ~/Downloads' |
| 42 | alias cdD='cd ~/Documents' | 42 | alias cdD='cd ~/Documents' |
| 43 | alias cdV='cd ~/Videos' | 43 | alias cdV='cd ~/Videos' |