commit 1b161bf77a8b8de1175d7b0d573d12d3544aa391 parent 1183b04446e29a4262bc0f14abdf79167ee95caa Author: awy <awy@awy.one> Date: Thu, 24 Apr 2025 21:39:07 +0300 old prompt Diffstat:
M | .config/zsh/.zshrc | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -2,8 +2,7 @@ # Enable colors and change prompt: autoload -U colors && colors # Load colors -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 " +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