diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish new file mode 100644 index 0000000..428fa5c --- /dev/null +++ b/dotfiles/fish/config.fish @@ -0,0 +1,9 @@ +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