mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
9 lines
236 B
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
|