Author: Kyle Fuller <kyle@fuller.li> 2015-05-25 12:37:12 -0700 -0700
Committer: Kyle Fuller <kyle@fuller.li> 2015-05-25 12:37:12 -0700 -0700
Commit: 95835580e2430dc4373a860e654453d2f2e4e848
Parent: 55dc762bfe1d9411855d999639ed89c332452429
[fish] Pink dollar only for SSH
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish
index 6bde99bf27b395d97c6bc5084c184f1b9030257e..61cc75a5d53766323933a7c44dbf12d807e2e749 100644
--- a/.config/fish/functions/fish_prompt.fish
+++ b/.config/fish/functions/fish_prompt.fish
@@ -1,5 +1,5 @@
function fish_prompt
- if test -n $SSH_TTY
+ if test -n "$SSH_TTY"
set_color FF69B4
else
set_color $fish_color_cwd