summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
diff options
context:
space:
mode:
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