blob: fc902a1cf4aa1748a8d109f1b39977f500a5bf0d (
about) (
plain)
1
2
3
4
5
6
7
|
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
export PATH="$PATH:~/.local/share/flatpak/exports/bin/"
export QT_QPA_PLATFORMTHEME="qt5ct"
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
|