This commit is contained in:
kento2 2026-09-02 17:01:57 +02:00
parent bcf130091f
commit ef3e97c79e
5 changed files with 16 additions and 7 deletions

View file

@ -16,3 +16,12 @@ if is_login; then
echo 'Press return to start gui'
read && exec startx
fi
# 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/a/.opam/opam-init/init.sh' && . '/home/a/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
# END opam configuration