whoever created bash comparisons deserves to be shot

This commit is contained in:
2023-03-23 16:15:56 +01:00
parent 4b448563cf
commit 588901459b
2 changed files with 3 additions and 4 deletions

2
.zshrc
View File

@@ -17,7 +17,7 @@ fi
# Personal prompt
if [[ -n "$SSH_CLIENT" || -n "$SSH2_CLIENT" ]]; then
c_host='%F{magenta}%M%f'
c_host='%F{99}%M%f'
else
c_host='%F{cyan}%m%f'
fi