diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-30 12:43:12 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-30 12:43:12 +0800 |
| commit | 4f74567c6047ce189236e14eb2d991313fd253be (patch) | |
| tree | 17b3ba9b0852ecd8c549ef64170f46eb6b774b74 /alias | |
| parent | 58966c12672f713ec2352b0051fd938ec328f4ba (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -28,6 +28,7 @@ alias si='sudo snap install' # snap install | |||
| 28 | alias ni='sudo npm install -g' # nodejs install | 28 | alias ni='sudo npm install -g' # nodejs install |
| 29 | alias ss='sudo !!' | 29 | alias ss='sudo !!' |
| 30 | alias hg='history|grep' | 30 | alias hg='history|grep' |
| 31 | alias rmrf='rm -rf' | ||
| 31 | alias rr='move_to_tmp' | 32 | alias rr='move_to_tmp' |
| 32 | move_to_tmp() { | 33 | move_to_tmp() { |
| 33 | mv $1 /tmp | 34 | mv $1 /tmp |