diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 11c4f1a..e086f5d 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -31,7 +31,7 @@ export PS1="${Yellow}\d \A ${Off}${Green}\u@\h: ${Off}\w ${Red}\$(parse_branch g # Use fzf if installed. hash fzf 2>/dev/null && eval "$(fzf --bash)" -export FZF_COMPLETION_OPTS='--border --info=inline' +export FZF_DEFAULT_OPTS='--border=horizontal --info=inline --no-reverse --height=50%' # Change to saved working dir. [[ -f "${HOME}/.cwd" ]] && cd "$(< ${HOME}/.cwd)"