diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-05-10 20:19:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 20:19:46 +0200 |
| commit | 1d1a8c06547453b8d6ce8cfe0f80c8db0a73ce57 (patch) | |
| tree | d52ac0d9dae5d32177852599ecf06ebf76a95b4c | |
| parent | c64e44f8c91eaf64f1ddca81cfd1c764ae12e9ef (diff) | |
i forgor to comment - :3
| -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 e009db9..78f3f8f 100644 --- a/jstmax_fish_prompts.fish +++ b/jstmax_fish_prompts.fish @@ -1,6 +1,6 @@ # fish_prompt function fish_prompt - if test "$PWD" = "/home/maxlol" + if test "$PWD" = "/home/max" # change max with your username :3 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(set_color white)" :: " |