Update .zshrc
This commit is contained in:
13
prompt.zsh
Normal file
13
prompt.zsh
Normal 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 ""
|
||||
}
|
||||
Reference in New Issue
Block a user