From 10b35b836cf7da8379c0183b2c44a79f3f35e895 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sat, 28 Aug 2021 13:15:55 +0200 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 3bca9af..0f350e2 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -1,6 +1,6 @@ # Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md # tmux: integrated, system, no -zstyle ':z4h:' start-tmux 'no' +#zstyle ':z4h:' start-tmux 'no' # keyboard setting zstyle ':z4h:bindkey' keyboard 'pc' @@ -8,7 +8,7 @@ zstyle ':z4h:autosuggestions' forward-char 'accept' # automatic teleportation of z4h to ssh 'yes' or 'no' #zstyle ':z4h:ssh:example-hostname1' enable 'yes' -#zstyle ':z4h:ssh:*' enable 'no' +zstyle ':z4h:ssh:*' enable 'no' z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return