update to freebsd

This commit is contained in:
rf 2022-11-09 14:23:58 -06:00
parent 9312924fad
commit cafd345b0b
7 changed files with 17 additions and 53 deletions

View file

@ -0,0 +1,8 @@
#!/usr/local/bin/bash
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/ttyv0" ]]; then
startx
fi
# opam configuration
test -r /usr/home/rf/.opam/opam-init/init.sh && . /usr/home/rf/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true