X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=zsh%2Fzshrc;h=d8f77ff340be2172d7dc9225bbeb9d57a37e4017;hb=5a819177317f261611169ee768a781e2f38bd9c0;hp=0838638ba59d797924a622cab1c03788b33c8a34;hpb=6ad1dd4a80e86afb1ad40888e449d99488f45add;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index 0838638..d8f77ff 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -196,7 +196,7 @@ git_prompt_string() { RPS1='$(git_prompt_string)' #source ~/Private/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh -source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +[[ -f "~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]] && source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # http://stackoverflow.com/questions/3483604/which-shortcut-in-zsh-does-the-same-as-ctrl-u-in-bash bindkey \^U backward-kill-line @@ -270,3 +270,5 @@ PERL_MM_OPT="INSTALL_BASE=/Users/peli3/perl5"; export PERL_MM_OPT; export MANPATH=$MANPATH:${HOME}/perl5/man export PATH=$PATH:"${HOME}/scripts" +## hunspell path +export DICPATH="/usr/local/share/hunspell/"