From b1dedad723cb5c08b9ccc173c85721f4d71fc7ad Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 4 Feb 2009 19:00:42 +0100 Subject: fixed sudo aliases --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7ea4b73..e4a311b 100644 --- a/.zshrc +++ b/.zshrc @@ -239,6 +239,7 @@ alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD' # well I got used to that name ;) alias aurball='makepkg --source -f' +alias sudo="sudo " #Sudo wont recognize aliases without this alias s='sudo' alias x='x -v' alias u='upload.sh' @@ -310,7 +311,7 @@ rc () { sudo /etc/rc.d/$1 $2 } -# usefull if you have more machines and want to easily update that config here +# usefull if you have more machines and want to easily update the config here update_zshrc () { wget http://flo.server-speed.net/stuff/dotfiles/zshrc -O ${HOME}/.zshrc } @@ -320,7 +321,6 @@ bk() { cp -b ${1} ${1}_`date +%Y-%m-%d_%T` } -# some colors! # idea see below cd() { builtin cd $@ && -- cgit v1.2.3-24-g4f1b