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