summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc
diff options
context:
space:
mode:
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 b9e7785..effaa32 100644
--- a/dot_config/zsh/zshrc
+++ b/dot_config/zsh/zshrc
@@ -74,7 +74,7 @@ xzsource zshrc.{local,post}
if (( ! ${+functions[prompt]} )) {
autoload -Uz promptinit
promptinit
- prompt zstyle fish
+ prompt zstyle grml
}
# if compinit hasn't ran, run it now