diff options
author | typebrook <typebrook@gmail.com> | 2019-02-07 10:35:25 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-02-07 10:35:25 +0800 |
commit | 84d6f72a5c95d52f7f2ef21b4c7fa43369d1ddad (patch) | |
tree | 338eb992b156d0301d7867efe7382b0c7789a2ca | |
parent | 29acaf5b74413a340803349d036207a69c6f436a (diff) |
update
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ alias cdg='cd ~/git' | |||
25 | alias cds='cd ~/git/settings' | 25 | alias cds='cd ~/git/settings' |
26 | alias r='ranger' | 26 | alias r='ranger' |
27 | 27 | ||
28 | # disk | ||
29 | alias df='df -h' | ||
30 | |||
28 | # git | 31 | # git |
29 | alias g='git' | 32 | alias g='git' |
30 | alias gls='git log -S' | 33 | alias gls='git log -S' |