mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Fix #1
This commit is contained in:
parent
dcbb5b8f1f
commit
ff9b154b27
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function fish_prompt
|
||||||
|
|
||||||
|
|
||||||
# Hostname
|
# Hostname
|
||||||
if test -z $SSH_CLIENT
|
if test (who am i | awk '{print $5}') = "(:0)"
|
||||||
set_color green
|
set_color green
|
||||||
else
|
else
|
||||||
set_color cyan
|
set_color cyan
|
||||||
|
|
Loading…
Reference in a new issue