summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
}