summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
commitefb336a23b65a9a2d56889396b13c1757bdaf354 (patch)
tree234e40115f79a84c8a755df6fb932cc6797e36e1 /.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
Initial commit
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, 19 insertions, 0 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
new file mode 100644
index 00000000..e9ab4922
--- /dev/null
+++ b/.config/fisher/github.com/matchai/spacefish/fish_right_prompt.fish
@@ -0,0 +1,19 @@
+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