From ca15677f7c13097134d47434f13551c74a400ec6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Oct 2022 10:12:43 -0500 Subject: [PATCH] More nitpicking --- common/fish/prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fish/prompt.fish b/common/fish/prompt.fish index fed3993..92f8c5d 100644 --- a/common/fish/prompt.fish +++ b/common/fish/prompt.fish @@ -55,7 +55,7 @@ function _user_prompt printf "\n" set_color brblack if test (id -u) -eq 0 - printf "# " + printf '# ' else printf '$ ' end