From c7c6ce2011b6e95b0ad4f5f9b2f9f6765ae80190 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 26 Jan 2025 23:56:33 +0300 Subject: tidy --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a98b25a..b5ebdc8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,7 +10,7 @@ zstyle ':vcs_info:git:*' formats "[%b]%{$fg[yellow]%}%u" zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' unstagedstr '*' setopt PROMPT_SUBST -PROMPT='%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$fg[red]%}${vcs_info_msg_0_}%{$reset_color%}$%b ' +PROMPT='%{$fg[magenta]%}%~%{$fg[red]%}${vcs_info_msg_0_}%{$reset_color%}>%b ' setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments -- cgit v1.2.3