From 991a7917ec010080467889b02bcd608c078f6a86 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 21 Jun 2026 13:08:03 -0400 Subject: add fish. --- fish/functions/fish_prompt.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fish/functions/fish_prompt.fish (limited to 'fish/functions/fish_prompt.fish') diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish new file mode 100644 index 0000000..9dff5cd --- /dev/null +++ b/fish/functions/fish_prompt.fish @@ -0,0 +1,6 @@ +function fish_prompt + string join '' -- (set_color blue) (prompt_pwd --full-length-dirs 2) (set_color --reset) ' > ' +end + +function fish_mode_prompt +end -- cgit v1.2.3