Adding suspend command

This commit is contained in:
Tony Grosinger 2015-10-23 18:16:21 -07:00
parent 3b61b13794
commit 5f9542b926

View File

@ -52,6 +52,10 @@ then
export PATH=$PATH:${HOME}/bin
fi
# Computer information & control
alias df="df -h"
alias suspend="sudo pm-suspend"
# Add a local un-tracked bash-rc if present
if [[ -f ${HOME}/.bashrc_local ]];
then