if status is-interactive # Commands to run for interactive sessions go here source ~/.config/fish/aliases.fish starship init fish | source end if test -f ~/.config/fish/conf.d/.secrets.fish source ~/.config/fish/conf.d/.secrets.fish end # PATH additions set -x PATH $PATH ~/.local/bin set -x PATH $PATH ~/.opencode/bin set -x PATH $PATH /opt/nvim-linux-x86_64/bin set -x PATH $PATH ~/.cargo/bin # set -x PATH $PATH ~/