pointfichiers/shell/bash/.bash_profile

11 lines
132 B
Bash
Raw Normal View History

2023-12-12 09:51:42 +01:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start DE if on tty1
if [ "$(tty)" = /dev/tty1 ]; then
exec Hyprland
fi