From 21e3f84f3d93e158aeb988837715835e93da5724 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 24 Jul 2009 00:18:32 +0200 Subject: Small zsh fix --- zshrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'zshrc') 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 -- cgit v1.2.3