summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: e68941dc38d5736aa487c567e4664f464a49aebb (about) (plain)
1
2
3
4
5
6
7
8
9
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi

export PATH="$PATH:~/.local/share/flatpak/exports/bin/"
export PATH="$PATH:~/.local/bin"
export QT_QPA_PLATFORMTHEME="qt5ct"
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
export EDITOR="emacsclient"