From aaa8b8f5090b86a89485cadd351d8b5f8fd31333 Mon Sep 17 00:00:00 2001 From: jstmax! <87650746+jstmaxlol@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:14:08 +0100 Subject: > add fish_right_prompt and update fish_prompt --- jstmax_fish_prompt.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 jstmax_fish_prompt.fish (limited to 'jstmax_fish_prompt.fish') diff --git a/jstmax_fish_prompt.fish b/jstmax_fish_prompt.fish deleted file mode 100644 index 2b91fa3..0000000 --- a/jstmax_fish_prompt.fish +++ /dev/null @@ -1,7 +0,0 @@ -function fish_prompt - if test "$PWD" = "/home/massi" - echo -e (set_color green)$USER(set_color white)"@"(set_color green)"~"\n(set_color white)":: " - else - echo -e (set_color green)$USER(set_color white)"@"(set_color green)$PWD\n(set_color white)":: " - end -end -- cgit v1.3.1