diff options
author | awy <awy@awy.one> | 2025-07-30 19:56:16 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 19:56:16 +0300 |
commit | f6c1a1929d4486675c7f586c4aff11421e79b6bc (patch) | |
tree | eb809d7885566aee2731fd88ea41fd66de002ded /.config | |
parent | 12dcff3e709e919de06dd961fec10083ac7b112c (diff) | |
download | hyprdots-f6c1a1929d4486675c7f586c4aff11421e79b6bc.tar.gz |
zsh
Diffstat (limited to '.config')
-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 4d482f6..ea07fe3 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,6 +1,6 @@ # Enable colors and change prompt: autoload -U colors && colors # Load colors -PS1='%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b${vcs_info_msg_0_} ' +PS1='%B%{$fg[yellow]%}%n%{$fg[white]%}@%{$fg[magenta]%}%M %{$fg[magenta]%}%~%{$reset_color%} $%b${vcs_info_msg_0_} ' setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments |