FIX make zshrc look pretty (very important)
This commit is contained in:
parent
359d7f06e5
commit
e46401ac36
|
@ -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
|
||||
## --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue