]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Move envvars to .zshenv
[dotfiles.git] / zsh / .zshrc
index 45fd16407ce1bec84e3391034cfad38c4429f64f..660346fbb7be11c0935704d825c185dad112bc56 100644 (file)
@@ -209,7 +209,6 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=cyan"
 # }}}
 
 # fzf {{{
-export FZF_DEFAULT_OPTS="--color=16 --info=inline"
 cf() {
     local dir=$(find -L ${1:-.} -mindepth 1 -path "*/\.git" -prune -o -type d -print |
         fzf --height 40% --reverse --preview="tree -CN {}")
@@ -225,6 +224,5 @@ done < ~/.zhashd
 # }}}
 
 # autoenv {{{
-export AUTOENV_AUTH_FILE=~/.zautoenv-auth
 . ~/work/zsh-autoenv/autoenv.zsh
 # }}}