summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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