diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-23 14:09:42 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-23 14:09:42 +0800 |
| commit | 5fee7330efebcec96dce1f907c1c185134bef7c0 (patch) | |
| tree | d9c043e857fef98b9e8713e675cd4f4ac9f0f3e8 /alias | |
| parent | ec3a8ef13cdc758f7ea29b66497376c24af3ee7d (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -37,7 +37,7 @@ move_to_tmp() { | |||
| 37 | alias ..='cd ..' | 37 | alias ..='cd ..' |
| 38 | alias ld='cd -' # last directory | 38 | alias ld='cd -' # last directory |
| 39 | alias cdg='cd ~/git' | 39 | alias cdg='cd ~/git' |
| 40 | alias data='cd ~/data' | 40 | alias cdata='cd ~/data' |
| 41 | alias cdd='cd ~/Downloads' | 41 | alias cdd='cd ~/Downloads' |
| 42 | alias cdD='cd ~/Documents' | 42 | alias cdD='cd ~/Documents' |
| 43 | alias cdV='cd ~/Videos' | 43 | alias cdV='cd ~/Videos' |