bash_profile change

This commit is contained in:
Michael Chalupiak 2025-08-17 11:31:29 -04:00
parent 0e68d3dca3
commit a62d036c10

View File

@ -20,6 +20,6 @@ export VERSION_CONTROL="never"
# This section can be safely removed at any time if needed.
test -r '/home/mikec/.opam/opam-init/init.sh' && . '/home/mikec/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
# END opam configuration
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec river
fi
# if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
# exec river
# fi