From db72a0fb79399c7d41c9b5c956f650e091673f0f Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 15:23:12 +0200 Subject: [PATCH] moved bobthefish to functions/bobthefish/ --- functions/{ => bobthefish}/__bobthefish_colors.fish | 0 functions/{ => bobthefish}/__bobthefish_display_colors.fish | 0 functions/{ => bobthefish}/__bobthefish_glyphs.fish | 0 functions/{ => bobthefish}/bobthefish_display_colors.fish | 0 functions/{ => bobthefish}/fish_mode_prompt.fish | 0 functions/{ => bobthefish}/fish_prompt.fish | 0 functions/{ => bobthefish}/fish_right_prompt.fish | 0 functions/{ => bobthefish}/fish_title.fish | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename functions/{ => bobthefish}/__bobthefish_colors.fish (100%) rename functions/{ => bobthefish}/__bobthefish_display_colors.fish (100%) rename functions/{ => bobthefish}/__bobthefish_glyphs.fish (100%) rename functions/{ => bobthefish}/bobthefish_display_colors.fish (100%) rename functions/{ => bobthefish}/fish_mode_prompt.fish (100%) rename functions/{ => bobthefish}/fish_prompt.fish (100%) rename functions/{ => bobthefish}/fish_right_prompt.fish (100%) rename functions/{ => bobthefish}/fish_title.fish (100%) diff --git a/functions/__bobthefish_colors.fish b/functions/bobthefish/__bobthefish_colors.fish similarity index 100% rename from functions/__bobthefish_colors.fish rename to functions/bobthefish/__bobthefish_colors.fish diff --git a/functions/__bobthefish_display_colors.fish b/functions/bobthefish/__bobthefish_display_colors.fish similarity index 100% rename from functions/__bobthefish_display_colors.fish rename to functions/bobthefish/__bobthefish_display_colors.fish diff --git a/functions/__bobthefish_glyphs.fish b/functions/bobthefish/__bobthefish_glyphs.fish similarity index 100% rename from functions/__bobthefish_glyphs.fish rename to functions/bobthefish/__bobthefish_glyphs.fish diff --git a/functions/bobthefish_display_colors.fish b/functions/bobthefish/bobthefish_display_colors.fish similarity index 100% rename from functions/bobthefish_display_colors.fish rename to functions/bobthefish/bobthefish_display_colors.fish diff --git a/functions/fish_mode_prompt.fish b/functions/bobthefish/fish_mode_prompt.fish similarity index 100% rename from functions/fish_mode_prompt.fish rename to functions/bobthefish/fish_mode_prompt.fish diff --git a/functions/fish_prompt.fish b/functions/bobthefish/fish_prompt.fish similarity index 100% rename from functions/fish_prompt.fish rename to functions/bobthefish/fish_prompt.fish diff --git a/functions/fish_right_prompt.fish b/functions/bobthefish/fish_right_prompt.fish similarity index 100% rename from functions/fish_right_prompt.fish rename to functions/bobthefish/fish_right_prompt.fish diff --git a/functions/fish_title.fish b/functions/bobthefish/fish_title.fish similarity index 100% rename from functions/fish_title.fish rename to functions/bobthefish/fish_title.fish