From 71668934e888d842383a5cb3c664896819a22517 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 10 Jun 2021 23:36:24 -0400 Subject: [PATCH] FIX typo --- dot_config/zsh/dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ## --------------------------------------------------