chore(zsh/fzf): set height to 100% when tmux is not available

This commit is contained in:
2024-10-20 23:52:06 +01:00
parent ff3fab8c39
commit cb7d47965d

2
zshrc
View File

@@ -146,7 +146,7 @@ if command-exists fzf; then
export FZF_TMUX=1
export FZF_TMUX_OPTS="-p 75%"
export FZF_TMUX_HEIGHT=""
export FZF_TMUX_HEIGHT="100%"
cached-eval "$(command-path fzf)" fzf --zsh