diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-20 11:28:45 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-20 11:28:45 +0800 |
| commit | 70a6a818ba1cab446c782e362c14ca9e604139ed (patch) | |
| tree | a6745a18f18753d5f8138a611ff8a0832a476a01 | |
| parent | 067cd0ab18eb258f543c234f819f3699ed3c8981 (diff) | |
update
| -rw-r--r-- | alias | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -36,9 +36,7 @@ alias aptu='sudo apt update && sudo apt upgrade' | |||
| 36 | # cd to DIRs | 36 | # cd to DIRs |
| 37 | alias ..='cd ..' | 37 | alias ..='cd ..' |
| 38 | alias ld='cd -' # last directory | 38 | alias ld='cd -' # last directory |
| 39 | cdg(){ | 39 | cdg(){ cd ~/git/$1 } |
| 40 | cd ~/git/$1 | ||
| 41 | } | ||
| 42 | alias cdata='cd ~/data' | 40 | alias cdata='cd ~/data' |
| 43 | alias cdd='cd ~/Downloads' | 41 | alias cdd='cd ~/Downloads' |
| 44 | alias cdD='cd ~/Documents' | 42 | alias cdD='cd ~/Documents' |