summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2024-11-30 18:23:06 +0100
committerGitHub <noreply@github.com>2024-11-30 18:23:06 +0100
commit57b33e59743f9bb9ba44c9429b600a71ac340413 (patch)
tree6cfb871780b2007dff3184191cf7d2a589cc995f
parent0b17d2ba7f57ff845b9460fb5a82ce6791de717e (diff)
Create jstmax_fish_prompt.fish
-rw-r--r--jstmax_fish_prompt.fish7
1 files changed, 7 insertions, 0 deletions
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