summaryrefslogtreecommitdiff
path: root/towget/fish_right_prompt.fish
diff options
context:
space:
mode:
authorjStmaX! <87650746+jstmaxlol@users.noreply.github.com>2025-07-27 19:41:48 +0200
committerGitHub <noreply@github.com>2025-07-27 19:41:48 +0200
commit94456b7b7066a96597357fa36400e205e15eafa0 (patch)
tree3fa1307464ac63e8d161bb9bb9d798633713e018 /towget/fish_right_prompt.fish
parentdfd66620a02b8137a4dd83b5c2ef1c9e8c13c02d (diff)
# delete pius old shit
Diffstat (limited to 'towget/fish_right_prompt.fish')
-rw-r--r--towget/fish_right_prompt.fish11
1 files changed, 0 insertions, 11 deletions
diff --git a/towget/fish_right_prompt.fish b/towget/fish_right_prompt.fish
deleted file mode 100644
index cb10121..0000000
--- a/towget/fish_right_prompt.fish
+++ /dev/null
@@ -1,11 +0,0 @@
-function fish_right_prompt
- set last_status $status
-
- # check for which color to use
- if test $last_status -eq 0
- set color green
- else
- set color red
- end
- echo -e (set_color $color)"[$last_status]"
-end