diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-01-28 19:00:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 19:00:25 +0100 |
| commit | f25db855d1d0ecec5ee3f9d3000457b01f070cba (patch) | |
| tree | ced0f4c2750637b95a7e8b096dd8d3a33dc3bb3c | |
| parent | b747570336f1ee8dd5ebad071ba7f89bc9ed3904 (diff) | |
> fix scheiBe
| -rw-r--r-- | towget/fish_prompt.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/towget/fish_prompt.fish b/towget/fish_prompt.fish index 122616b..91833c6 100644 --- a/towget/fish_prompt.fish +++ b/towget/fish_prompt.fish @@ -1,5 +1,5 @@ function fish_prompt - if test "$PWD" = "/home/maxlol" + if test "$PWD" = "/home/$USER" 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)":: " |