dotfiles/config.fish

15 lines
259 B
Fish

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