diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 2028971..10f3cbc 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -47,8 +47,8 @@ bindkey '\eOA' up-line-or-beginning-search bindkey '\e[A' up-line-or-beginning-search bindkey '\eOB' down-line-or-beginning-search bindkey '\e[B' down-line-or-beginning-search - {{- if eq .chezmoi.hostname "petrucci4prez" }} + ## -------------------------------------------------- # enable x11 clipboard sync ## -------------------------------------------------- @@ -87,8 +87,8 @@ local paste_widgets=( ) x11-clip-wrap-widgets copy $copy_widgets x11-clip-wrap-widgets paste $paste_widgets - {{- end }} + ## -------------------------------------------------- ## PROMPT ## -------------------------------------------------- @@ -288,8 +288,8 @@ man() { LESS_TERMCAP_us=$'\E[04;38;5;10m' \ man "$@" } - {{- if eq .chezmoi.hostname "petrucci4prez" }} + ## -------------------------------------------------- ## Python/Ruby Virtual Environments ## --------------------------------------------------