Browse Source

zshrc: nomatch, go update

raylu 12 years ago
parent
commit
df052be6bd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      zshrc

+ 3 - 2
zshrc

@@ -31,6 +31,7 @@ setopt extended_history
 setopt promptsubst
 setopt autopushd
 setopt pushdignoredups
+setopt nomatch
 
 autoload -U edit-command-line
 zle -N edit-command-line
@@ -104,10 +105,10 @@ function pdf() {
 	evince "$*" &> /dev/null &!
 }
 
-export GOPATH=$HOME
+export GOPATH=$HOME/go
 export PYTHONSTARTUP=$HOME/.pystartup.py
 
-PATH=$PATH:$HOME/go/bin:/sbin:/usr/sbin
+PATH=$PATH:/sbin:/usr/sbin
 if [ -d $HOME/bin ]; then
 	PATH=$HOME/bin:$PATH
 fi