summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-12-12 16:26:30 +0100
committerFlorian Pritz <f-p@gmx.at>2008-12-12 16:26:30 +0100
commitf43e78f8d5927654470a584563a930bb2550a2e7 (patch)
tree809c50129ce8de18ddd9dd2a65048a661a52307e /.zshrc
parenteb52b94d24783cfc4da746f1f7e0d7ff7bac9586 (diff)
downloaddotfiles-f43e78f8d5927654470a584563a930bb2550a2e7.tar.gz
dotfiles-f43e78f8d5927654470a584563a930bb2550a2e7.tar.xz
added alias to update zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e9134a9..7998753 100644
--- a/.zshrc
+++ b/.zshrc
@@ -163,7 +163,7 @@ alias dus='du -skh'
alias df='df -kTh'
eval "`dircolors -b`"
-alias ls='ls -lCFhsX --color=auto'
+alias ls='ls -lhbtF --color=auto'
alias ll='ls -lhbtF --color=auto'
alias la='ls -lahbtF --color=auto'
@@ -191,6 +191,8 @@ alias p='sudo powerpill'
alias pa='sudo powerpill -Syu'
alias py='sudo powerpill -S'
+alias su='su -'
+
alias ysi='yaourt -Si'
alias yqo='yaourt -Qo'
alias y='yaourt'
@@ -221,6 +223,10 @@ rc () {
sudo /etc/rc.d/$1 $2
}
+update_zshrc () {
+ wget http://flo.server-speed.net/stuff/dotfiles/zshrc -O ${HOME}/.zshrc
+}
+
bk() { cp -b ${1} ${1}_`date +%Y-%m-%d_%T` }
# jump between directories