diff options
author | typebrook <typebrook@gmail.com> | 2020-02-04 11:36:19 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-04 11:36:19 +0800 |
commit | 0219cd6a63bae98223b984baf1853b8690fccd91 (patch) | |
tree | d46368828ab95628d5b77617919f711e40d29102 | |
parent | 58f0e0aebf7f63372caadb6ece27a1faa22828e8 (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ alias pi='sudo pip3 install' # nodejs install | |||
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/$1 | 63 | cd ~/git; cd $1 |
64 | } | 64 | } |
65 | alias cda='cd ~/data' | 65 | alias cda='cd ~/data' |
66 | alias cdd='cd ~/Downloads' | 66 | alias cdd='cd ~/Downloads' |