summaryrefslogtreecommitdiffstats
path: root/.zsh/functions
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/functions')
-rw-r--r--.zsh/functions/prompt3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt
index 32b7cd4..9b17c46 100644
--- a/.zsh/functions/prompt
+++ b/.zsh/functions/prompt
@@ -17,5 +17,4 @@ fi
printf '%s %s%s%s:%s%s%s ' \
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
- "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" \
- "%{${fg[default]}%}"
+ "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}"