From 94bbecc4e74950d83841d8d7db73666bf6ca54f4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Sep 2017 22:12:00 -0400 Subject: Always newline before prompt --- home/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index c4346a93..7de8abd1 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -58,12 +58,12 @@ _prompt_git() { esac } [ -n "$SSH_CLIENT" ] && _prompt_ssh='%F{magenta}' -PROMPT="%(?.%F{white}$_prompt_ssh.%F{red})%#%f " +PROMPT=" +%(?.%F{white}$_prompt_ssh.%F{red})%#%f " RPROMPT='%F{white}%50<..<%~$(_prompt_git)%f' -_n() { _n() { echo } } _title() { print -Pn "\e]0;$1\a" } _title_precmd() { _title '%1~' } _title_preexec() { psvar=("$1") _title '%1~: %1v' } -precmd_functions=(_n _title_precmd) +precmd_functions=(_title_precmd) preexec_functions=(_title_preexec) -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit (unfollow)
Commit message (Collapse)Author
2021-01-12Add htagml exampleJune McEnroe
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
2021-01-09Add c -t flag to print expression typeJune McEnroe
Also add missing float case.
2021-01-05Update taglineJune McEnroe