diff --git a/dot_zshrc b/dot_zshrc index 741f4f2..c77a9a0 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -5,6 +5,7 @@ zstyle ':z4h:' start-tmux 'no' # keyboard setting zstyle ':z4h:bindkey' keyboard 'pc' zstyle ':z4h:autosuggestions' forward-char 'accept' +zstyle ':z4h:fzf-complete' recurse-dirs 'no' # automatic teleportation of z4h to ssh 'yes' or 'no' #zstyle ':z4h:ssh:example-hostname1' enable 'yes' @@ -53,8 +54,6 @@ z4h source $HOME/.config/zsh/sshcompfix.zsh [[ -z $z4h_win_home ]] || hash -d wsl=$z4h_win_home # Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html -setopt multios -setopt prompt_subst -setopt inc_append_history +setopt prompt_subst inc_append_history z4h source $HOME/.config/local/rc.zsh