[15/12/23] Adding fish config

This commit is contained in:
Andrew Conlin 2023-12-15 10:15:54 +00:00
parent 8c9da4f388
commit 97ea288686

14
config.fish Normal file
View File

@ -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