summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: fe0d016015b775d63140b634a656c42df71ecce6 (about) (plain)
1
2
3
4
5
6
7
8
# 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"
export EDITOR="emacsclient"