diff options
Diffstat (limited to '')
-rw-r--r-- | zshrc | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |