summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
committerRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
commit9fe9310ccf4971f0d1976f9bdaafd04a68ea314b (patch)
treeff1d5d677d5b3c33ac7eb6252029f2a9d165d9b3 /.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
parent743caecfc68bb6d28f8de2e80bce671e42601c6a (diff)
Deleted fisher stuff
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish19
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish b/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
deleted file mode 100644
index e9ab4922..00000000
--- a/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
+++ /dev/null
@@ -1,19 +0,0 @@
-function fish_right_prompt
-
- # ------------------------------------------------------------------------------
- # Configuration
- # ------------------------------------------------------------------------------
-
- __sf_util_set_default SPACEFISH_RPROMPT_ORDER ""
-
- # ------------------------------------------------------------------------------
- # Sections
- # ------------------------------------------------------------------------------
-
- [ -n "$SPACEFISH_RPROMPT_ORDER" ]; or return
-
- for i in $SPACEFISH_RPROMPT_ORDER
- eval __sf_section_$i
- end
- set_color normal
-end