diff options
author | awy <awy@awy.one> | 2025-10-07 12:42:13 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-07 12:42:13 +0300 |
commit | 25ede74d9112481d120b578c91080a77b5e2a9fe (patch) | |
tree | 77d50f4fe469e0732541f4d6057c6578a6503d62 /.config/zsh | |
parent | a03c46857589ca9eb5e941a0723fc3dd1b04505f (diff) | |
download | hyprdots-25ede74d9112481d120b578c91080a77b5e2a9fe.tar.gz |
zsh
Diffstat (limited to '.config/zsh')
-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 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 |