diff options
| author | typebrook <typebrook@gmail.com> | 2019-02-11 14:46:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-02-11 14:46:46 +0800 |
| commit | fbc77eeca001b09c0e85909b04cef8a46d66d024 (patch) | |
| tree | 958e7dbc6b623fde07a70b996cffcadf17648e1d /alias | |
| parent | ca176481e178821abaddbbcc05502f2623599530 (diff) | |
| parent | e9d8ac5deec56538de6fde0f7e797e4261d3d7f0 (diff) | |
Merge branch 'master' of github.com:typebrook/settings
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 4 |
1 files changed, 4 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' |
| @@ -48,6 +51,7 @@ alias dpa='docker ps -a' | |||
| 48 | alias di='docker images' | 51 | alias di='docker images' |
| 49 | alias dc='docker-compose run --rm' | 52 | alias dc='docker-compose run --rm' |
| 50 | alias dstop='docker stop' | 53 | alias dstop='docker stop' |
| 54 | alias ds='docker stop' | ||
| 51 | alias drm='docker rm' | 55 | alias drm='docker rm' |
| 52 | 56 | ||
| 53 | # ssh | 57 | # ssh |