diff options
author | typebrook <typebrook@gmail.com> | 2019-12-17 18:08:03 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-17 18:08:03 +0800 |
commit | fe9c6de81882ef001ca268b809600358419c4265 (patch) | |
tree | 1d13900133ee78292d47462ffe5d98dd97b94ff5 /alias | |
parent | c94753dd8fb4180e46fadcf84d3fe4fab4fa4459 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,9 @@ 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 | alias cdg='cd ~/git' | 39 | cdg(){ |
40 | cd ~/git/$1 | ||
41 | } | ||
40 | alias cdata='cd ~/data' | 42 | alias cdata='cd ~/data' |
41 | alias cdd='cd ~/Downloads' | 43 | alias cdd='cd ~/Downloads' |
42 | alias cdD='cd ~/Documents' | 44 | alias cdD='cd ~/Documents' |