aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-01-26 23:56:33 +0300
committerawy <awy@awy.one>2025-01-26 23:56:33 +0300
commitc7c6ce2011b6e95b0ad4f5f9b2f9f6765ae80190 (patch)
tree94b6e28a89d5054a31b3deee09fc4b03b078a4f3
parent7d9f2e4584d8109f817d0fb84d3a900733df9bcc (diff)
tidy
-rw-r--r--.config/zsh/.zshrc2
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