diff options
author | typebrook <typebrook@gmail.com> | 2019-03-26 18:20:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-26 18:20:27 +0800 |
commit | 09f9c40cf3c788d5ab73d9775fd7cb63565c10fb (patch) | |
tree | b52e95ff7f33a4b8af5d47ecc8e9dd22d5f90009 /alias | |
parent | f6208e074708e63abfc8b2592ecf7b11ac29abaf (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ alias ld='cd -' # last directory | |||
25 | alias cdd='cd ~/Downloads' | 25 | alias cdd='cd ~/Downloads' |
26 | alias cdg='cd ~/git' | 26 | alias cdg='cd ~/git' |
27 | alias cds='cd ~/git/settings' | 27 | alias cds='cd ~/git/settings' |
28 | alias chs='cd ~/git/settings && tig status' | ||
28 | 29 | ||
29 | alias r='_ranger-cd' | 30 | alias r='_ranger-cd' |
30 | function _ranger-cd { | 31 | function _ranger-cd { |