aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-10-07 12:42:13 +0300
committerawy <awy@awy.one>2025-10-07 12:42:13 +0300
commit25ede74d9112481d120b578c91080a77b5e2a9fe (patch)
tree77d50f4fe469e0732541f4d6057c6578a6503d62 /.config/zsh/.zshrc
parenta03c46857589ca9eb5e941a0723fc3dd1b04505f (diff)
downloadhyprdots-25ede74d9112481d120b578c91080a77b5e2a9fe.tar.gz
zsh
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
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