pointfichiers/shell/bash/.bash_profile

9 lines
147 B
Bash
Raw Normal View History

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