X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=zsh%2Fzshrc;h=3c07c11514830479b4d77dcf2d96350ba6bfcf11;hb=70e2f651c7c18ab0631648fa8ac4972248f63c6f;hp=bae0beda3fd227c3201409afb09be4447438fd14;hpb=cbe0c4e6a8bde424ca94782af5459afc9e585a1d;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index bae0bed..3c07c11 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -90,7 +90,7 @@ alias ln='ln -i' #alias svn='colorsvn' alias sed='/usr/local/bin/gsed' -alias 'git log'='git log --oneline --graph --all --color --decorate --abbrev-commit' +alias 'git-log'='git log --oneline --graph --all --color --decorate --abbrev-commit' @@ -251,3 +251,24 @@ merge_logs() { } export MANPATH=$MANPATH:/usr/local/man + + +## vim YouCompleteMe +# https://github.com/Valloric/YouCompleteMe/issues/18 +#export DYLD_FORCE_FLAT_NAMESPACE=1 + +## appended by cpan initializaion +PATH="/Users/peli3/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/Users/peli3/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/Users/peli3/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/Users/peli3/perl5\""; export PERL_MB_OPT; +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/"