blob: eb09edc32dcf6c31bc7e9fd7196999649693c1c6 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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 PATH="$PATH:~/go/bin"
export QT_QPA_PLATFORMTHEME="qt5ct"
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
export EDITOR="emacsclient"
export GOBIN="/home/apollo/go/bin"
|