Use test command instead of bracket command

This commit is contained in:
Ilan Cosman
2021-11-23 05:45:28 -08:00
committed by ridiculousfish
parent d28ddb9dc8
commit 30400f3ced
32 changed files with 74 additions and 74 deletions

View File

@@ -64,7 +64,7 @@ function fish_prompt
set_color -o white
echo -n @
if [ -z "$SSH_CLIENT" ]
if test -z "$SSH_CLIENT"
set_color -o blue
else
set_color -o cyan