about summary refs log tree commit diff
path: root/home/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh')
-rw-r--r--home/zsh/prompt.zsh5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/zsh/prompt.zsh b/home/zsh/prompt.zsh
index 1f92aa3..c1277e9 100644
--- a/home/zsh/prompt.zsh
+++ b/home/zsh/prompt.zsh
@@ -1,4 +1 @@
-fg_green=$'%{\e[1;32m%}'
-fg_no_colour=$'%{\e[0m%}'
-
-PROMPT="%K{cyan}%F{black}%m%k%f ${fg_green}%~${fg_no_colour} %% "
+PROMPT="%K{cyan}%F{black}%m%k%f %~ %% "