From 94456b7b7066a96597357fa36400e205e15eafa0 Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Sun, 27 Jul 2025 19:41:48 +0200 Subject: # delete pius old shit --- towget/fish_prompt.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 towget/fish_prompt.fish (limited to 'towget/fish_prompt.fish') diff --git a/towget/fish_prompt.fish b/towget/fish_prompt.fish deleted file mode 100644 index 91833c6..0000000 --- a/towget/fish_prompt.fish +++ /dev/null @@ -1,7 +0,0 @@ -function fish_prompt - if test "$PWD" = "/home/$USER" - 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