From e067bba8a42d7de7f8db1d48eb660a7f16c42d8f Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 20 Feb 2018 22:15:23 -0800 Subject: [PATCH] words --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 98301f3..be0d169 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -340,7 +340,7 @@ function __bobthefish_prompt_status -S -a last_status -d 'Display flags for a no # # Note that iff the current user is root and '/' is not writeable by root this # will be wrong. But I can't think of a single reason that would happen, and - # this way is 99.5% faster to check it this way, so that's a tradeoff I'm + # it is literally 99.5% faster to check it this way, so that's a tradeoff I'm # willing to make. [ -w / ] and [ (id -u) -eq 0 ]