diff options
author | typebrook <typebrook@gmail.com> | 2019-06-13 17:43:59 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-13 17:43:59 +0800 |
commit | b0ca9276f37491a8ddb1fa7ccace911713d3a667 (patch) | |
tree | 1a4f47375ea4d2175002f439f394cf5f157f6226 /alias | |
parent | ccf9228be4c1a8e9fd5b064caeb3ecd79947bf71 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ alias ..='cd ..' | |||
32 | alias ld='cd -' # last directory | 32 | alias ld='cd -' # last directory |
33 | alias cdg='cd ~/git' | 33 | alias cdg='cd ~/git' |
34 | alias cdd='cd ~/Downloads' | 34 | alias cdd='cd ~/Downloads' |
35 | alias cdD='cd ~/Documents' | ||
35 | alias cdV='cd ~/Videos' | 36 | alias cdV='cd ~/Videos' |
36 | 37 | ||
37 | # about custom settings | 38 | # about custom settings |