mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-08 04:35:07 +00:00
6 lines
204 B
Fish
6 lines
204 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
# opam configuration
|
|
source /home/dragon/Containers/Dev/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|