diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 00:18:32 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 00:18:32 +0200 |
commit | 21e3f84f3d93e158aeb988837715835e93da5724 (patch) | |
tree | ac81fa720bbf39fcbc2b26c4143016c09ae65748 /zshrc | |
parent | cb8c9747554c8ba02a1f9eb02a6f5c53854154eb (diff) |
Small zsh fix
Diffstat (limited to 'zshrc')
-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 |