diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-07-27 19:41:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-27 19:41:48 +0200 |
| commit | 94456b7b7066a96597357fa36400e205e15eafa0 (patch) | |
| tree | 3fa1307464ac63e8d161bb9bb9d798633713e018 /towget/fish_prompt.fish | |
| parent | dfd66620a02b8137a4dd83b5c2ef1c9e8c13c02d (diff) | |
# delete pius old shit
Diffstat (limited to 'towget/fish_prompt.fish')
| -rw-r--r-- | towget/fish_prompt.fish | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/towget/fish_prompt.fish b/towget/fish_prompt.fish deleted file mode 100644 index 91833c6..0000000 --- a/towget/fish_prompt.fish +++ /dev/null @@ -1,7 +0,0 @@ -function fish_prompt - 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)":: " - end -end |