From 237efc4aac30045de43140ebdc505b28416d3a0c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Oct 2017 14:29:56 +0100 Subject: Add df wrapper --- bashrc | 1 + 1 file changed, 1 insertion(+) 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" } -- cgit v1.2.3