#!/bin/bash

# Power
alias reboot='sudo reboot'
alias halt='sudo halt'
alias shutdown='sudo shutdown'
