bash: fzf popup style
This commit is contained in:
parent
86f81ce002
commit
f517d4ee31
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export PS1="${Yellow}\d \A ${Off}${Green}\u@\h: ${Off}\w ${Red}\$(parse_branch g
|
||||||
|
|
||||||
# Use fzf if installed.
|
# Use fzf if installed.
|
||||||
hash fzf 2>/dev/null && eval "$(fzf --bash)"
|
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.
|
# Change to saved working dir.
|
||||||
[[ -f "${HOME}/.cwd" ]] && cd "$(< ${HOME}/.cwd)"
|
[[ -f "${HOME}/.cwd" ]] && cd "$(< ${HOME}/.cwd)"
|
||||||
|
|
Loading…
Reference in a new issue