pointfichiers/shell/bash/.bash_profile
2024-06-01 03:32:15 +02:00

10 lines
132 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start DE if on tty1
if [ "$(tty)" = /dev/tty1 ]; then
exec Hyprland
fi