diff options
author | typebrook <typebrook@gmail.com> | 2019-12-24 11:45:36 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-24 11:45:36 +0800 |
commit | 223871381da8d9f9bb4dfddc35dca7ec4b942880 (patch) | |
tree | 29b8786e869f9b78836d15427ef1bdad02236ca0 /alias | |
parent | b747017036f18b3dfc98f363233a53bba4b95143 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ alias ld='cd -' # last directory | |||
43 | function cdg(){ | 43 | function cdg(){ |
44 | cd ~/git/$1 | 44 | cd ~/git/$1 |
45 | } | 45 | } |
46 | alias cdgg='cd ~/git/gist' | ||
46 | alias cda='cd ~/data' | 47 | alias cda='cd ~/data' |
47 | alias cdd='cd ~/Downloads' | 48 | alias cdd='cd ~/Downloads' |
48 | alias cdD='cd ~/Documents' | 49 | alias cdD='cd ~/Documents' |