From 9fe9310ccf4971f0d1976f9bdaafd04a68ea314b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 17 Jul 2020 09:19:06 -0300 Subject: Deleted fisher stuff --- .../matchai/spacefish/fish_right_prompt.fish | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish (limited to '.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish') 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 -- cgit v1.2.3