mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(zsh/fzf): set height to 100% when tmux is not available
This commit is contained in:
2
zshrc
2
zshrc
@@ -146,7 +146,7 @@ if command-exists fzf; then
|
|||||||
|
|
||||||
export FZF_TMUX=1
|
export FZF_TMUX=1
|
||||||
export FZF_TMUX_OPTS="-p 75%"
|
export FZF_TMUX_OPTS="-p 75%"
|
||||||
export FZF_TMUX_HEIGHT=""
|
export FZF_TMUX_HEIGHT="100%"
|
||||||
|
|
||||||
cached-eval "$(command-path fzf)" fzf --zsh
|
cached-eval "$(command-path fzf)" fzf --zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user