add no-wall to command arret

This commit is contained in:
vincent 2019-01-12 14:04:26 +01:00
parent a12a34dd19
commit 09a0439896

View File

@ -25,8 +25,8 @@ alias diskstation-root='ssh root@diskstation -p 1020'
#set command alias #set command alias
alias nano='nano -c' alias nano='nano -c'
alias rarret='sudo systemctl poweroff' alias rarret='sudo systemctl poweroff --no-wall'
alias arret='systemctl poweroff' alias arret='systemctl poweroff --no-wall'
alias du='du -h' alias du='du -h'
alias df='df -h' alias df='df -h'
alias rr='rm -r' alias rr='rm -r'