diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-12 18:45:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-12 18:45:49 +0100 |
commit | dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c (patch) | |
tree | 168bb05acc3c225868f3ec7074833bb8ab5a7dd1 /bashrc | |
parent | Assume C++ (diff) | |
download | util-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.tar.bz2 util-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.tar.xz util-dbf3b38a304e8eb1a837d3afbb3acd79df2dba6c.zip |
ChuckNorris
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 )"' |