summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-10-18 14:29:56 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-10-18 14:29:56 +0100
commit237efc4aac30045de43140ebdc505b28416d3a0c (patch)
tree19ba666c140c4a03da205f5d9ea4b33e5a6bed18 /bashrc
parentChange doxygen binding to not conflict with yakuake (diff)
downloadutil-237efc4aac30045de43140ebdc505b28416d3a0c.tar.bz2
util-237efc4aac30045de43140ebdc505b28416d3a0c.tar.xz
util-237efc4aac30045de43140ebdc505b28416d3a0c.zip
Add df wrapper
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ac1024f..16c8851 100644
--- a/bashrc
+++ b/bashrc
@@ -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"
}