diff options
author | typebrook <typebrook@gmail.com> | 2020-02-05 10:13:55 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-05 10:13:55 +0800 |
commit | a2bc06ce83ce314d7acf7c238dc243c3d6816880 (patch) | |
tree | c45857e91a22f2bc571cd66496691ae41ebefa5d /alias | |
parent | 1d71488f7046b7f2c470d64ce821692db9edfef2 (diff) | |
parent | 209a47a0273a153a091b0584722055af6d450707 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ alias pi='sudo pip3 install' # nodejs install | |||
59 | # cd to DIRs | 59 | # cd to DIRs |
60 | alias ..='cd ..' | 60 | alias ..='cd ..' |
61 | alias ld='cd -' # last directory | 61 | alias ld='cd -' # last directory |
62 | cdg(){ | 62 | cdg() { |
63 | cd ~/git; cd $1 | 63 | cd ~/git/$1 || cd ~/git |
64 | } | 64 | } |
65 | alias cda='cd ~/data' | 65 | alias cda='cd ~/data' |
66 | alias cdd='cd ~/Downloads' | 66 | alias cdd='cd ~/Downloads' |