dotfiles-codeberg/dotfiles/fish/config.fish

9 lines
236 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
# starship
starship init fish | source
end
# opam configuration
source /home/qwjyh/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true