diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index dff866b..86803fc 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -48,7 +48,7 @@ bindkey '\e[A' up-line-or-beginning-search bindkey '\eOB' down-line-or-beginning-search bindkey '\e[B' down-line-or-beginning-search -{{- if eg .chezmoi.hostname "petrucci4prez" }} +{{- if eq .chezmoi.hostname "petrucci4prez" }} ## -------------------------------------------------- # enable x11 clipboard sync ## -------------------------------------------------- @@ -289,7 +289,7 @@ man() { man "$@" } -{{- if eg .chezmoi.hostname "petrucci4prez" }} +{{- if eq .chezmoi.hostname "petrucci4prez" }} ## -------------------------------------------------- ## Python/Ruby Virtual Environments ## --------------------------------------------------