dotfiles/dotconfig/bash/.bash_profile

20 lines
379 B
Bash
Raw Normal View History

2024-07-20 18:56:01 +02:00
#
# ~/.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
2024-08-03 13:28:02 +02:00
[[ $(tty) == /dev/tty1 ]] && exit # shouldn't be here
2024-07-20 18:56:01 +02:00
[[ -f ~/.bashrc ]] && . ~/.bashrc