From 9cb593e4fee66dc44cb46a8c907997184d16d88e Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Sat, 26 Oct 2019 21:01:54 -0700 Subject: [PATCH] Update fish_prompt.fish --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 9659c74..a3d8609 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -416,7 +416,7 @@ function __bobthefish_prompt_status -S -a last_status -d 'Display flags for a no # will be wrong. But I can't think of a single reason that would happen, and # it is literally 99.5% faster to check it this way, so that's a tradeoff I'm # willing to make. - [ -w / ] + [ -w / -o -w /private/ ] and [ (id -u) -eq 0 ] and set superuser 1