From 5f9542b926d757925de0f17b40e5270a461cb06b Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Fri, 23 Oct 2015 18:16:21 -0700 Subject: [PATCH] Adding suspend command --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 2d4573d..6a85966 100644 --- a/.bashrc +++ b/.bashrc @@ -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