diff options
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 1408bbc..e009db9 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(set_color white)" :: " end end |