add: fish : config.fish for manjaro

This commit is contained in:
qwjyh 2022-10-02 17:55:04 +09:00
parent 583385da10
commit add3f00809

View file

@ -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