summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-24 00:18:32 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-24 00:18:32 +0200
commit21e3f84f3d93e158aeb988837715835e93da5724 (patch)
treeac81fa720bbf39fcbc2b26c4143016c09ae65748 /zshrc
parentcb8c9747554c8ba02a1f9eb02a6f5c53854154eb (diff)
Small zsh fix
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc12
1 files changed, 7 insertions, 5 deletions
diff --git a/zshrc b/zshrc
index 95c01e8..2732cc7 100644
--- a/zshrc
+++ b/zshrc
@@ -7,6 +7,13 @@ PCOMM=%{$(echo -n '\e[0;37m')%}
PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM "
+zstyle ':completion:*' special-dirs true
+
+setopt nobeep
+setopt autocd
+setopt listpacked
+setopt listtypes
+
export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games
export DEBEMAIL=xeno@thehappy.de
export DEBFULLNAME="Stefan Ritter"
@@ -60,11 +67,6 @@ alias -s mp3=mplayer
alias -s exe=wine
alias -s pdf=apvlv
-setopt nobeep
-setopt autocd
-setopt listpacked
-setopt listtypes
-
shot() {
if [ "$1" != '' ]; then
scrot -c -d 3 $1