commit 6f651892b4af39d7cae9ac4572fe6a5d2b3e81a6
parent 8f18e53f748fb6a2d3b607d86a6e7640ceb8adb4
Author: awy <awy@awy.one>
Date: Fri, 2 Jan 2026 23:39:32 +0300
prompt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
@@ -38,7 +38,7 @@ PROMPT="%{$fg[blue]%}%~"
# PROMPT="%B%{$fg[blue]%}[%{$fg[white]%}%n%{$fg[red]%}@%{$fg[white]%}%m%{$fg[blue]%}] %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%c%{$reset_color%}"
# PROMPT="%{$fg[green]%}%n@%m %~ %{$reset_color%}%#> "
PROMPT+="\$vcs_info_msg_0_"
-PROMPT+=" %(?:%{$fg_bold[magenta]%}>:%{$fg_bold[red]%}>)%{$reset_color%} "
+PROMPT+=" %(?:%{$fg_bold[magenta]%}❯:%{$fg_bold[red]%}❯)%{$reset_color%} "
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.
setopt interactive_comments