# source /etc/profile with bash for login shell
if status is-login
    exec bash -c "test -e /etc/profile && source /etc/profile; exec fish"
end

set --export PATH ~/.local/bin $PATH
set --export EDITOR "vim"
set --export GIT_RADAR_FORMAT " \\x01\\033[1;30m\\x02git:(\\x01\\033[0m\\x02%{branch}%{ :local}\\x01\\033[1;30m\\x02)\\x01\\033[0m\\x02%{ :stash}%{ :changes}"