]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - bash/.bashrc
Voeg Zathura Emacs keybindings toe.
[Dotty.git] / bash / .bashrc
index 3b7c8b6c22ac69926318bb62db040bbf6f51fba8..12b51840e0a52f24eb53c3204185a44cf145a3c5 100644 (file)
@@ -21,3 +21,14 @@ fi
 export GPG_TTY=$(tty)
 gpg-connect-agent updatestartuptty /bye >/dev/null
 
 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 -)"
+
+export PATH="$PATH:$HOME/scripts"