From 57b33e59743f9bb9ba44c9429b600a71ac340413 Mon Sep 17 00:00:00 2001 From: jstmax! <87650746+jstmaxlol@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:23:06 +0100 Subject: Create jstmax_fish_prompt.fish --- jstmax_fish_prompt.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jstmax_fish_prompt.fish (limited to 'jstmax_fish_prompt.fish') diff --git a/jstmax_fish_prompt.fish b/jstmax_fish_prompt.fish new file mode 100644 index 0000000..2b91fa3 --- /dev/null +++ b/jstmax_fish_prompt.fish @@ -0,0 +1,7 @@ +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