config-bash/aliases.d/power
2013-04-24 16:58:31 +02:00

7 lines
102 B
Bash

#!/bin/bash
# Power
alias reboot='sudo reboot'
alias halt='sudo halt'
alias shutdown='sudo shutdown'