mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-09 21:25:06 +00:00
7 lines
204 B
Fish
7 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
|