aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-03-08 11:23:27 -0700
committerGravatar Tom Willemse2026-03-08 11:46:52 -0700
commitc8d6917a964d5979cc68385442917b279579af80 (patch)
treec898570a6179efb3b7454e3f23390944b96999a7 /oni
parent07676ca414234cf9078ea9b5d6bbe164c548cc71 (diff)
downloadnew-dotfiles-c8d6917a964d5979cc68385442917b279579af80.tar.gz
new-dotfiles-c8d6917a964d5979cc68385442917b279579af80.zip
zsh: Remove horizontal rulers
I've tried it, I don't like it, really. Also this can be very easily done as just part of my prompt.
Diffstat (limited to 'oni')
-rw-r--r--oni/home/config/common.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm
index 21fab2b..a32a607 100644
--- a/oni/home/config/common.scm
+++ b/oni/home/config/common.scm
@@ -276,12 +276,6 @@ LocalForward 19999 localhost:19999"))
" echo -n \"[\\033[1;31m${(pj.|.)pipestatus}\\033[0m]\"\n"
" fi\n"
"}\n"
- "function horizontal-rule() {\n"
- " local width=$(tput cols)\n"
- " echo -e \"\\033[0;32m${(pl:$width::━:)}\\033[0m\"\n"
- "}\n"
- "preexec_functions+=(horizontal-rule)\n"
- "precmd_functions+=(horizontal-rule)\n"
"PROMPT=\"%T \\$(spwd) \\$(pipestr)%B%(?.%F{2}.%F{1})>%f%b \"\n"
;; Prevent aliases from being expanded before looking up
;; completions.