From e46401ac36680f20461ac18eb71ec82f88113383 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 11 Jun 2021 00:23:47 -0400 Subject: [PATCH] FIX make zshrc look pretty (very important) --- dot_config/zsh/dot_zshrc.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ## --------------------------------------------------