Files
opalfiles/.bash_profile
2024-09-15 22:51:12 -07:00

8 lines
119 B
Bash

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