diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-02-25 21:10:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 21:10:19 +0100 |
| commit | fa13949128f1bc7266766234f3f239b812ace378 (patch) | |
| tree | 826fe44c3340ca00c1608bfad5a63e8acb865e7e /jstmax_fish_prompts.fish | |
| parent | c2ad8337cda95bbee925ea2b2bbe8a5dc78af31a (diff) | |
:: no \n | looks way bettuh
Diffstat (limited to 'jstmax_fish_prompts.fish')
| -rw-r--r-- | jstmax_fish_prompts.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstmax_fish_prompts.fish b/jstmax_fish_prompts.fish index 95f0db9..9565023 100644 --- a/jstmax_fish_prompts.fish +++ b/jstmax_fish_prompts.fish @@ -1,7 +1,7 @@ # fish_prompt function fish_prompt if test "$PWD" = "/home/maxlol" - echo -e (set_color green)$USER(set_color white)"@"(set_color green)"~"\n(set_color white)":: " + 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)":: " end |