new stuff

This commit is contained in:
Never Gude 2025-12-25 22:21:17 +01:00
parent dc4d50bed5
commit b50f254aab
19 changed files with 530 additions and 30 deletions

View file

@ -1,3 +1,12 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
# BEGIN opam configuration
# This is useful if you're using opam as it adds:
# - the correct directories to the PATH
# - auto-completion for the opam binary
# This section can be safely removed at any time if needed.
test -r '/home/never/.opam/opam-init/init.fish' && source '/home/never/.opam/opam-init/init.fish' > /dev/null 2> /dev/null; or true
# END opam configuration