blob: 06ec5e38d14a0858210feea9a1e1a4b165f6bad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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}"
|