bash: add bashrc/profile

This commit is contained in:
Petar Kapriš 2025-05-08 20:52:27 +02:00
parent ab3d60554d
commit d0871502d1
2 changed files with 15 additions and 0 deletions

14
.bash_profile Normal file
View file

@ -0,0 +1,14 @@
#
# ~/.bash_profile
#
export QT_STYLE_OVERIDE=GTK+
export GDK_BACKEND=wayland
export GTK_THEME=Adwaita:dark
export GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-3.0/gtkrc
export _JAVA_AWT_WM_NONREPARENTING=1
[[ -f ~/.bashrc ]] && . ~/.bashrc
# [ -z "$DISPLAY" ] &&
[ `tty` = '/dev/tty1' ] && exec dbus-run-session Hyprland

1
.bashrc Symbolic link
View file

@ -0,0 +1 @@
/home/kappa/dotfiles/.bashrc