From 6a09f36603310af9655352773825ab66f83321c3 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sat, 28 Aug 2021 14:04:12 +0200 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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