diff options
author | typebrook <typebrook@gmail.com> | 2019-12-02 16:54:03 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-02 16:54:03 +0800 |
commit | 3a937275bca2728a544a7284ae12ea567787152f (patch) | |
tree | 8e33b942b87ce63f3be1bd8eb7f30d9157208157 /alias | |
parent | bea240df460237efa42fff437d5f5e389f0fb147 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ alias si='sudo snap install' # snap install | |||
26 | alias ni='sudo npm install -g' # nodejs install | 26 | alias ni='sudo npm install -g' # nodejs install |
27 | alias ss='sudo !!' | 27 | alias ss='sudo !!' |
28 | alias hg='history|grep' | 28 | alias hg='history|grep' |
29 | alias rmf='rm -rf' | 29 | alias rmrf='rm -rf' |
30 | alias rr='move_to_tmp' | 30 | alias rr='move_to_tmp' |
31 | move_to_tmp() { | 31 | move_to_tmp() { |
32 | mv $1 /tmp | 32 | mv $1 /tmp |