commit fc031e0d74c477dea5f1cfdc58a5073719d5d873 parent be88767cb156104fc67105168d64b6f5519f660c Author: awy <awy@awy.one> Date: Sun, 13 Apr 2025 18:07:37 +0300 zshrc Diffstat:
M | .config/zsh/.zshrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -2,7 +2,8 @@ # 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="%B%~%{$fg[green]%} $%{$reset_color%} %b" +#PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments