summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-12 18:45:49 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-12 18:45:49 +0100
commitdbf3b38a304e8eb1a837d3afbb3acd79df2dba6c (patch)
tree168bb05acc3c225868f3ec7074833bb8ab5a7dd1
parentAssume C++ (diff)
downloadutil-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.tar.bz2
util-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.tar.xz
util-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.zip
ChuckNorris
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 113760c..17342ed 100644
--- a/bashrc
+++ b/bashrc
@@ -19,6 +19,7 @@ diffWith() {
PATH="/usr/lib/ccache/bin:$PATH"
CORES=$(grep core\ id /proc/cpuinfo | sort -u | wc -l)
alias :e="gvim"
+alias ChuckNorris="sudo"
alias l="/bin/ls -lhvF --color"
alias grep="/bin/grep -I --color=auto --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html"
alias emerge-state='watch "( ps -fC sandbox ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"'