Update dot_zshrc

This commit is contained in:
Nikolas Weger 2021-08-28 13:15:55 +02:00
parent 49525795e6
commit 10b35b836c

View file

@ -1,6 +1,6 @@
# Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md # Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md
# tmux: integrated, system, no # tmux: integrated, system, no
zstyle ':z4h:' start-tmux 'no' #zstyle ':z4h:' start-tmux 'no'
# keyboard setting # keyboard setting
zstyle ':z4h:bindkey' keyboard 'pc' zstyle ':z4h:bindkey' keyboard 'pc'
@ -8,7 +8,7 @@ zstyle ':z4h:autosuggestions' forward-char 'accept'
# automatic teleportation of z4h to ssh 'yes' or 'no' # automatic teleportation of z4h to ssh 'yes' or 'no'
#zstyle ':z4h:ssh:example-hostname1' enable 'yes' #zstyle ':z4h:ssh:example-hostname1' enable 'yes'
#zstyle ':z4h:ssh:*' enable 'no' zstyle ':z4h:ssh:*' enable 'no'
z4h install ohmyzsh/ohmyzsh || return z4h install ohmyzsh/ohmyzsh || return
z4h install urbainvaes/fzf-marks || return z4h install urbainvaes/fzf-marks || return