summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-19 22:51:02 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-23 00:04:34 +0100
commit3e9cb0137162fe9ca2230ae8a26b717eb419d58a (patch)
treece2a2dd8507b0e2731d3e8cb1ab3d8f0e7416fb3 /dot_config/zsh/zshrc
parentxbps: check packages by default (diff)
zsh: add zstyle prompt
aka the prompt to rule them all
Diffstat (limited to 'dot_config/zsh/zshrc')
-rw-r--r--dot_config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/zshrc b/dot_config/zsh/zshrc
index f0c99e2..0ff93f9 100644
--- a/dot_config/zsh/zshrc
+++ b/dot_config/zsh/zshrc
@@ -65,5 +65,5 @@ if (( ! ${+_comps} )) {
if (( ! ${+functions[prompt]} )) {
autoload -Uz promptinit
promptinit
- prompt fish
+ prompt zstyle fish
}