X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/7c78873708b5e939ca947188dd9abe6187d31be5..48d2f8db34e74e192c5a407be55f7749541119b9:/bash/.bashrc?ds=sidebyside diff --git a/bash/.bashrc b/bash/.bashrc index 3b7c8b6..141a601 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -21,3 +21,13 @@ fi export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null +[ -n "$DISPLAY" ] && export BROWSER=firefox || export BROWSER=w3m + +source /etc/profile.d/nix-daemon.sh +export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive + +# Initialise pyenv +export PYENV_ROOT="$HOME/.pyenv" +[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)" +