From 97ea28868662b23370440af81f37caf41cb62c1a Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 15 Dec 2023 10:15:54 +0000 Subject: [PATCH] [15/12/23] Adding fish config --- config.fish | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.fish diff --git a/config.fish b/config.fish new file mode 100644 index 0000000..730b6fa --- /dev/null +++ b/config.fish @@ -0,0 +1,14 @@ +if status is-interactive + set -U fish_greeting "🐟" + + set -gx VISUAL nvim + set -gx EDITOR $VISUAL + + fish_add_path /usr/local/go/bin + fish_add_path ~/go/bin +end +rvm default + +#function fish_prompt +# powerline-shell --shell bare $status +#end