From 1ee05250c2503130dd3be59397d7463ad196d50c Mon Sep 17 00:00:00 2001 From: Nathan Gilbert Date: Sat, 23 Jan 2021 11:31:41 -0700 Subject: [PATCH] move files to support fisher plugin standards --- 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