Update .zshrc

This commit is contained in:
olemorud
2023-03-10 16:45:46 +01:00
parent bd1377c7ea
commit 7bd2c747d8
4 changed files with 134 additions and 240 deletions

13
prompt.zsh Normal file
View File

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