]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
fix .zshrc, pa, spa; rename prompt to arrows
[dotfiles.git] / base / .zshenv
index e1debfdb108a32b6028ce85b488c596b49eeefe0..1809f47b900231ab9b2a36cbdd773e5e10f2df61 100644 (file)
@@ -21,8 +21,17 @@ export XDG_RUNTIME_DIR=~/tmp
 
 ### applications
 export PYTHONSTARTUP=~/.pythonrc
 
 ### applications
 export PYTHONSTARTUP=~/.pythonrc
+## perl
+(( ${+commands[perl]} )) && eval $(perl -I $XDG_DATA_HOME/perl5/lib/perl5 -Mlocal::lib=$XDG_DATA_HOME/perl5)
+
+### freebsd
+if [[ "$OSTYPE" =~ "^freebsd" ]]; then
+       export CLICOLOR=
+       export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30'
+fi
 
 ### load site-specific
 
 ### load site-specific
-if [[ -f ~/.zshenv.local ]] {
+if [[ -e "~/.zshenv.local" ]] && [[ ! -v _ZSHENV_LOADED ]] {
+       export _ZSHENV_LOADED=
        source ~/.zshenv.local
 }
        source ~/.zshenv.local
 }
This page took 0.032329 seconds and 4 git commands to generate.