Files
dotfiles/user/dot_bash_profile.tmpl
T

18 lines
286 B
Cheetah

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start Hyprland on TTY1
if [ "${XDG_VTNR}" -eq 1 ]; then
if uwsm check may-start; then
exec uwsm start hyprland.desktop
fi
fi
# Added by Toolbox App
export PATH="$PATH:/home/frank/.local/share/JetBrains/Toolbox/scripts"