update to freebsd
This commit is contained in:
parent
9312924fad
commit
cafd345b0b
7 changed files with 17 additions and 53 deletions
8
freebsd/home/.bash_profile
Normal file
8
freebsd/home/.bash_profile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue