1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00
This commit is contained in:
Steffo 2021-07-15 00:22:20 +02:00
parent dcbb5b8f1f
commit ff9b154b27
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -35,7 +35,7 @@ function fish_prompt
# Hostname
if test -z $SSH_CLIENT
if test (who am i | awk '{print $5}') = "(:0)"
set_color green
else
set_color cyan