commit cff4d428bc72083529a087954edcb688b71c8fea
parent 4a4e1d40b1d4593905ce8498e623de72ec81fcad
Author: awy <awy@awy.one>
Date: Tue, 6 May 2025 14:30:40 +0300
zshrc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
@@ -2,7 +2,7 @@
# Enable colors and change prompt:
autoload -U colors && colors # Load colors
-PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
+PS1="%{$fg[white]%}%n%{$fg[white]%}@%{$fg[white]%}%M %{$fg[yellow]%}%~ %{$reset_color%}$%b "
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.
setopt interactive_comments