From 25ede74d9112481d120b578c91080a77b5e2a9fe Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 7 Oct 2025 12:42:13 +0300 Subject: zsh --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 23f8ac6..448e0d0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -56,7 +56,7 @@ else fi } -PS1='%{$fg[green]%}%~ %{$fg[magenta]%}$(git_status)%{$fg[blue]%}-> %{$reset_color%}' +PS1='%{$fg[white]%}%n@%m %{$fg[yellow]%}%~ %{$fg[magenta]%}$(git_status)%{$fg[white]%}$ %{$reset_color%}' setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments -- cgit v1.2.3