export PATH=$PATH:$HOME/.bin:~/.local/bin:/bin:$HOME/.nix-profile/bin:$HOME/.nodejs/bin #:$HOME/.nix-profile/bin export CC=gcc export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/.guix-profile/lib/ export XENVIRONMENT=$HOME/.Xresources export MOZ_X11_EGL=1 export python=/usr/bin/python3 alias firefox='x11docker -c -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox' export LIBVA_DRIVER_NAME=i965 export MOZ_X11_EGL=1 export GUIX_PACKAGE_PATH=$HOME/.guix-packages GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles export GUILE_LOAD_PATH=$GUILE_LOAD_PATH:$HOME/projects/guix export GUILE_LOAD_COMPILED_PATH=$GUILE_LOAD_COMPILED_PATH:$HOME/projects/guix for i in $GUIX_EXTRA_PROFILES/*; do profile=$i/$(basename "$i") if [ -f "$profile"/etc/profile ]; then GUIX_PROFILE="$profile" . "$GUIX_PROFILE"/etc/profile fi unset profile done # export PHPENV_ROOT="/home/w96k/.phpenv" # if [ -d "${PHPENV_ROOT}" ]; then # export PATH="${PHPENV_ROOT}/bin:${PATH}" # eval "$(phpenv init -)" # fi # Honor per-interactive-shell startup file # if [ -f ~/.bashrc ]; then . ~/.bashrc; fi if [ -f ~/.Xresources ]; then xrdb ~/.Xresources; fi