summaryrefslogtreecommitdiff
path: root/jstmax_fish_prompts.fish
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2025-05-07 23:56:26 +0200
committerGitHub <noreply@github.com>2025-05-07 23:56:26 +0200
commit43d224edd3006cc2d6843cfc27f22a698b7ba320 (patch)
treeeb78ca86a1510d56b82ec7d880efefe601e1e9aa /jstmax_fish_prompts.fish
parent988bc4c9aa5f74c035ccdb7431d4c103f22b09ff (diff)
scheissekurl
Diffstat (limited to 'jstmax_fish_prompts.fish')
-rw-r--r--jstmax_fish_prompts.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstmax_fish_prompts.fish b/jstmax_fish_prompts.fish
index 9565023..1408bbc 100644
--- a/jstmax_fish_prompts.fish
+++ b/jstmax_fish_prompts.fish
@@ -3,7 +3,7 @@ function fish_prompt
if test "$PWD" = "/home/maxlol"
echo -e (set_color green)$USER(set_color white)"@"(set_color green)"~"(set_color white)" :: "
else
- echo -e (set_color green)$USER(set_color white)"@"(set_color green)$PWD\n(set_color white)":: "
+ echo -e (set_color green)$USER(set_color white)"@"(set_color green)$PWD\n(set_color white)" :: "
end
end