diff options
author | typebrook <typebrook@gmail.com> | 2020-02-13 10:53:50 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-13 10:53:50 +0800 |
commit | 0ecb4037bad2661f5d68b1078f06720b7a704b70 (patch) | |
tree | aa24147ab7ea07b2158b187214857a8964edb8d4 | |
parent | 36f06cc8454168d5e7b69e1a43817e46c2bd48d3 (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,8 +65,8 @@ cdg() { | |||
65 | alias cda='cd ~/data' | 65 | alias cda='cd ~/data' |
66 | alias cdd='cd ~/Downloads' | 66 | alias cdd='cd ~/Downloads' |
67 | alias cdD='cd ~/Documents' | 67 | alias cdD='cd ~/Documents' |
68 | alias cdV='cd ~/Videos' | ||
69 | alias cdP='cd ~/Pictures' | 68 | alias cdP='cd ~/Pictures' |
69 | alias cdV='cd ~/Videos' | ||
70 | 70 | ||
71 | # github | 71 | # github |
72 | GITHUB_API='https://api.github.com' | 72 | GITHUB_API='https://api.github.com' |