summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-15 13:48:40 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-15 13:56:39 +0200
commitc3b6552dbaf738a60e83a361156fc1a9cfcad3fb (patch)
tree2948c1cc1c317da8eddfeab69a509949728d6276 /.zshrc
parent847ced3b02ac6940269312a9872fba3053516177 (diff)
downloaddotfiles-c3b6552dbaf738a60e83a361156fc1a9cfcad3fb.tar.gz
dotfiles-c3b6552dbaf738a60e83a361156fc1a9cfcad3fb.tar.xz
only use aliases when using s not when sudo
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index ad33498..3c33070 100644
--- a/.zshrc
+++ b/.zshrc
@@ -411,8 +411,8 @@ alias aurball='makepkg --source -f'
alias pkgbuild='makepkg -fc && aurball'
alias pushpkg='cp *.pkg.tar.gz *.src.tar.gz /mnt/mistral/srv/drop'
-alias sudo="sudo " #Sudo wont recognize aliases without this
-alias s='sudo'
+#alias sudo="sudo " #Sudo wont recognize aliases without this
+alias s='sudo '
alias x='x -v'
alias xx='x -Rv'
alias u='upload.sh'