9 lines
245 B
Bash
9 lines
245 B
Bash
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history completion)
|
|
|
|
if [[ ! $(tty) =~ ^/dev/tty[0-9]*$ ]]; then
|
|
if [[ -z $TMUX ]]; then
|
|
tmux new -As0
|
|
fi
|
|
fi
|
|
|
|
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
|