Update dot_zshrc

This commit is contained in:
Nikolas Weger 2021-08-28 14:04:12 +02:00
parent 442c8c5050
commit 6a09f36603

View file

@ -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