add no-wall to command arret
This commit is contained in:
parent
a12a34dd19
commit
09a0439896
@ -25,8 +25,8 @@ alias diskstation-root='ssh root@diskstation -p 1020'
|
||||
|
||||
#set command alias
|
||||
alias nano='nano -c'
|
||||
alias rarret='sudo systemctl poweroff'
|
||||
alias arret='systemctl poweroff'
|
||||
alias rarret='sudo systemctl poweroff --no-wall'
|
||||
alias arret='systemctl poweroff --no-wall'
|
||||
alias du='du -h'
|
||||
alias df='df -h'
|
||||
alias rr='rm -r'
|
||||
|
Loading…
Reference in New Issue
Block a user