FIX make zshrc look pretty (very important)

This commit is contained in:
Nathan Dwarshuis 2021-06-11 00:23:47 -04:00
parent 359d7f06e5
commit e46401ac36
1 changed files with 3 additions and 3 deletions

View File

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