From 954fbc961b779c29ad24749f9a09095d049fb752 Mon Sep 17 00:00:00 2001 From: Nathan Gilbert <546222+nathan-gilbert@users.noreply.github.com> Date: Sat, 23 Jan 2021 11:47:21 -0700 Subject: [PATCH] move files to support fisher plugin standards (#293) --- fish_greeting.fish => functions/fish_greeting.fish | 0 fish_mode_prompt.fish => functions/fish_mode_prompt.fish | 0 fish_prompt.fish => functions/fish_prompt.fish | 0 fish_right_prompt.fish => functions/fish_right_prompt.fish | 0 fish_title.fish => functions/fish_title.fish | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename fish_greeting.fish => functions/fish_greeting.fish (100%) rename fish_mode_prompt.fish => functions/fish_mode_prompt.fish (100%) rename fish_prompt.fish => functions/fish_prompt.fish (100%) rename fish_right_prompt.fish => functions/fish_right_prompt.fish (100%) rename fish_title.fish => functions/fish_title.fish (100%) diff --git a/fish_greeting.fish b/functions/fish_greeting.fish similarity index 100% rename from fish_greeting.fish rename to functions/fish_greeting.fish diff --git a/fish_mode_prompt.fish b/functions/fish_mode_prompt.fish similarity index 100% rename from fish_mode_prompt.fish rename to functions/fish_mode_prompt.fish diff --git a/fish_prompt.fish b/functions/fish_prompt.fish similarity index 100% rename from fish_prompt.fish rename to functions/fish_prompt.fish diff --git a/fish_right_prompt.fish b/functions/fish_right_prompt.fish similarity index 100% rename from fish_right_prompt.fish rename to functions/fish_right_prompt.fish diff --git a/fish_title.fish b/functions/fish_title.fish similarity index 100% rename from fish_title.fish rename to functions/fish_title.fish