diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-13 09:30:35 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-13 09:30:35 +0800 |
| commit | 26e65594f9d86175540ae79f73d1d35bfc31d34c (patch) | |
| tree | 13fa196eadeedec004aaa24a463361c91d50178c /alias | |
| parent | 11b4f8e1e4c9e79aef5a70a62443ade108a0b1cb (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -27,7 +27,7 @@ alias ss='sudo !!' | |||
| 27 | alias hg='history|grep' | 27 | alias hg='history|grep' |
| 28 | alias rmrf='rm -rf' | 28 | alias rmrf='rm -rf' |
| 29 | alias rr='move_to_tmp' | 29 | alias rr='move_to_tmp' |
| 30 | move_to_tmp() { mv $1 /tmp } | 30 | move_to_tmp() { mv $@ /tmp } |
| 31 | 31 | ||
| 32 | # package | 32 | # package |
| 33 | alias ai='sudo apt install' # apt install | 33 | alias ai='sudo apt install' # apt install |