summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish19
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish b/.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish
deleted file mode 100644
index 854c340c..00000000
--- a/.config/fisher/github.com/matchai/spacefish/functions/__sf_section_line_sep.fish
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Line separator
-#
-
-function __sf_section_line_sep -d "Separate the prompt into two lines"
- # ------------------------------------------------------------------------------
- # Configuration
- # ------------------------------------------------------------------------------
-
- __sf_util_set_default SPACEFISH_PROMPT_SEPARATE_LINE true
-
- # ------------------------------------------------------------------------------
- # Section
- # ------------------------------------------------------------------------------
-
- if test "$SPACEFISH_PROMPT_SEPARATE_LINE" = "true"
- echo -e -n \n
- end
-end