summary refs log tree commit diff stats
path: root/user/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'user/zsh')
-rw-r--r--user/zsh/.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc
index 56db9b46..fdc6b108 100644
--- a/user/zsh/.config/zsh/.zshrc
+++ b/user/zsh/.config/zsh/.zshrc
@@ -83,10 +83,10 @@ fi
 
 # General configuration
 
-PROMPT='%B%F{green}%n %F{blue}%~%b%f
-%# '
 if [[ $TERM == "dumb" ]]
 then
+  PROMPT='%B%F{green}%n %F{blue}%~%b%f
+%# '
   unsetopt zle
 else
   AGKOZAK_PROMPT_DIRTRIM=0