Files
opalfiles/.bash_profile
2024-08-03 16:44:02 -07:00

8 lines
117 B
Bash

#!/usr/bin/env bash
if [ -f ~/.bash_env ]; then
. "$HOME"/.bash_env
fi
[ "$(tty)" = "/dev/tty1" ] && exec sway