dotfiles/dotscripts/.bash_profile

19 lines
379 B
Bash

#
# ~/.bash_profile
#
#
umask 077
export PATH=$PATH:/home/primardj/.local/bin
#export LD_LIBRARY_PATH=/usr/local/lib/libicu
# wayland quand c possible
export QT_QPA_PLATFORM="wayland;xcb"
export SDL_VIDEODRIVER="wayland,x11"
[[ $(tty) == /dev/tty1 ]] && exec dbus-run-session Hyprland
[[ $(tty) == /dev/tty1 ]] && exit # shouldn't be here
[[ -f ~/.bashrc ]] && . ~/.bashrc