Files
dotfiles/prompt.zsh
2023-03-10 16:48:29 +01:00

14 lines
193 B
Bash

#!/usr/bin/false
configure_prompt() {
PROMPT=" 🐢 %F{240}%~
$%f "
RPROMPT="%T - %?"
}
precmd() {
# Print the previously configured title
print -Pnr -- "$TERM_TITLE"
print ""
}