Browse code

Removed the nomatch option

Nicolas Viennot authored on 07/05/2011 at 00:08:12
Showing 1 changed files
... ...
@@ -26,6 +26,8 @@ plugins=(git github git-flow cap gem lol)
26 26
 source /etc/profile
27 27
 source $ZSH/oh-my-zsh.sh
28 28
 
29
+unsetopt nomatch
30
+
29 31
 # Customize to your needs...
30 32
 LS_COLORS='no=00;32:fi=00:di=00;34:ln=01;36:pi=04;33:so=01;35:bd=33;04:cd=33;04:or=31;01:ex=00;32:*.rtf=00;33:*.txt=00;33:*.html=00;33:*.doc=00;33:*.pdf=00;33:*.ps=00;33:*.sit=00;31:*.hqx=00;31:*.bin=00;31:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.deb=00;31:*.dmg=00;36:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.mpg=00;37:*.avi=00;37:*.gl=00;37:*.dl=00;37:*.mov=00;37:*.mp3=00;35:'
31 33
 export LS_COLORS;