Bash FZF improvements

This commit is contained in:
ViViDboarder 2017-11-16 10:43:19 -08:00
parent 94a429b305
commit 0e91d3111f
1 changed files with 2 additions and 7 deletions

View File

@ -72,10 +72,5 @@ export LSCOLORS=ExFxCxDxBxegedabagacad
# Vim colors
[ -n "$VIM_COLOR" ] || export VIM_COLOR=$(eval $HOME/bin/get_vim_colorscheme.sh) || export VIM_COLOR='wombat256mod'
# Set file as having been loaded to avoid looping
#IS_BASH_PROFILE_LOADED=true
#if [ $IS_BASH_PROFILE_LOADED ] && [ $IS_BASHRC_LOADED ]; then
# IS_BASH_PROFILE_LOADED=false
# IS_BASHRC_LOADED=false
#fi
export FZF_DEFAULT_COMMAND='ag -g ""'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND \$dir"