فهرست منبع

zshrc: nomatch, go update

raylu 12 سال پیش
والد
کامیت
df052be6bd
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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