diff options
author | awy <awy@awy.one> | 2025-01-26 23:56:33 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-26 23:56:33 +0300 |
commit | c7c6ce2011b6e95b0ad4f5f9b2f9f6765ae80190 (patch) | |
tree | 94b6e28a89d5054a31b3deee09fc4b03b078a4f3 | |
parent | 7d9f2e4584d8109f817d0fb84d3a900733df9bcc (diff) |
tidy
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |