TROMjaro 2023.06.04

This commit is contained in:
2023-06-04 23:21:15 +02:00
parent 42fc3a0f25
commit 803e1364ef
6 changed files with 26 additions and 31 deletions

View File

@ -5,7 +5,7 @@
autoload -U colors && colors # Load colors
# Maia prompt
PROMPT="%B%{$fg[cyan]%}%(4~|%-1~/.../%2~|%~)%u%b >%{$fg[cyan]%}>%B%(?.%{$fg[cyan]%}.%{$fg[red]%})>%{$reset_color%}%b "
RPROMPT="%{$fg[red]%} %(?..[%?])"
RPROMPT="%{$fg[red]%} %(?..[%?])%{$reset_color%}"
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.