diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-20 18:29:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-20 18:29:37 +0800 |
commit | 50d13609b414441d022cdabf522edae249d5a688 (patch) | |
tree | 2df823674b5d58aeae8895106e5228a872ccfafe /alias | |
parent | d2326eb533dff9dcfbb32bc877dd11b3b3b4e2fc (diff) | |
parent | 322d421c0fa8e8dd0be75e202797218027df3d69 (diff) |
Merge branch 'dev' of github.com:typebrook/settings into dev
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ alias cdd='cd ~/Downloads' | |||
101 | alias cdD='cd ~/Documents' | 101 | alias cdD='cd ~/Documents' |
102 | alias cdP='cd ~/Pictures' | 102 | alias cdP='cd ~/Pictures' |
103 | alias cdV='cd ~/Videos' | 103 | alias cdV='cd ~/Videos' |
104 | alias cdb='cd ~/git/bashblog' | ||
104 | 105 | ||
105 | # git | 106 | # git |
106 | unalias gc &> /dev/null # override zsh plugin alias | 107 | unalias gc &> /dev/null # override zsh plugin alias |