diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-10-18 14:29:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-10-18 14:29:56 +0100 |
commit | 237efc4aac30045de43140ebdc505b28416d3a0c (patch) | |
tree | 19ba666c140c4a03da205f5d9ea4b33e5a6bed18 /bashrc | |
parent | Change doxygen binding to not conflict with yakuake (diff) | |
download | util-237efc4aac30045de43140ebdc505b28416d3a0c.tar.bz2 util-237efc4aac30045de43140ebdc505b28416d3a0c.tar.xz util-237efc4aac30045de43140ebdc505b28416d3a0c.zip |
Add df wrapper
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ alias ChuckNorris="sudo" alias l="/bin/ls -NlhvF --color" alias grep="/bin/grep -I --color=auto --exclude-dir=node_modules --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html --exclude-dir=target --exclude-dir=.idea --exclude=*.iml" alias emerge-state='watch "( ps -C sandbox -o stime,cmd ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' +alias df="/bin/df -hT" title() { echo -ne "\033]0;$@\007" } |