diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-11 12:59:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-11 12:59:24 +0800 |
commit | 7a0a2b356f1b0387d9dde8eff0e547f39d02e1c8 (patch) | |
tree | 3a99c50502af54cf449240a3469c1d1ad87012c5 /alias | |
parent | 7ea50f0a72d72504be1a1bc6420617a227a50ec3 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ cdg() { | |||
90 | cd ~/git/$1 || cd ~/git | 90 | cd ~/git/$1 || cd ~/git |
91 | } | 91 | } |
92 | alias cda='mkdir -p ~/data && cd ~/data' | 92 | alias cda='mkdir -p ~/data && cd ~/data' |
93 | alias cdc='cd ~/.config' | ||
93 | alias cdd='cd ~/Downloads' | 94 | alias cdd='cd ~/Downloads' |
94 | alias cdD='cd ~/Documents' | 95 | alias cdD='cd ~/Documents' |
95 | alias cdP='cd ~/Pictures' | 96 | alias cdP='cd ~/Pictures' |