summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-23 19:22:26 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-23 19:22:26 +0100
commitcfb662268b1853a5eedbfee9f07fdce1822e24af (patch)
tree600de3fced378079cf845fe3b7363182ff849c99 /.zsh
parent6dee348167ec6c0fde123492799fe7a1946d3ea5 (diff)
downloaddotfiles-cfb662268b1853a5eedbfee9f07fdce1822e24af.tar.gz
dotfiles-cfb662268b1853a5eedbfee9f07fdce1822e24af.tar.xz
changed df alias to pydf
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/60aliases3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zsh/rc/60aliases b/.zsh/rc/60aliases
index eb03680..8233393 100644
--- a/.zsh/rc/60aliases
+++ b/.zsh/rc/60aliases
@@ -10,7 +10,8 @@ alias mv='mv -iv'
alias dum='du -kh --max-depth=2'
alias du='du -kh'
alias dus='du -skh'
-alias df='df -kTh'
+#alias df='df -kTh'
+alias df='pydf'
# function to make ls look nice is below
alias ll='ls'