This commit is contained in:
Nathan Dwarshuis 2021-06-10 23:36:24 -04:00
parent bfe166cca8
commit 71668934e8
1 changed files with 2 additions and 2 deletions

View File

@ -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
## --------------------------------------------------