summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-12-08 16:42:07 +0100
committerFlorian Pritz <f-p@gmx.at>2008-12-08 16:42:07 +0100
commit5f800b91a50a3746925e99351a3a5b68d8b88ebf (patch)
tree1fa7b6a0dd0a2a60fdcf5a0619b11a6a5f4f9418 /.zshrc
parent41f66014b91b2b99414c10d3fcdbd0ac930cff23 (diff)
downloaddotfiles-5f800b91a50a3746925e99351a3a5b68d8b88ebf.tar.gz
dotfiles-5f800b91a50a3746925e99351a3a5b68d8b88ebf.tar.xz
added dus alias
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 5f85c52..f56b152 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,6 +1,6 @@
#----------------------------------------------------#
# File: ~/.zshrc #
-# Version: 0.3.2 #
+# Version: 0.3.3 #
# Author: Florian "Bluewind" Pritz <f-p@gmx.at>#
#----------------------------------------------------#
@@ -158,11 +158,12 @@ alias mv='mv -iv'
alias dum='du -kh --max-depth=2'
alias du='du -kh'
+alias dus='du -skh'
alias df='df -kTh'
-alias ls='ls -l --color=auto -h -b -t'
-alias ll='ls -l --color=auto -h -b -t'
-alias la='ls -la --color=auto -h -b -t'
+alias ls='ls -l --color=auto -h -b -t -F'
+alias ll='ls -l --color=auto -h -b -t -F'
+alias la='ls -la --color=auto -h -b -t -F'
alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD'
@@ -213,6 +214,10 @@ source ~/.private_stuff.zsh
#--------------------
# Functions
#--------------------
+rc () {
+ sudo /etc/rc.d/$1 $2
+}
+
bk() { cp -b ${1} ${1}_`date +%Y-%m-%d_%T` }
# jump between directories