# Environmental variables file (external/non-bash) export EDITOR=vim export PAGER=/usr/share/vim/vimcurrent/macros/less.sh #export MANPAGER='vim -c "Man $*" -c "silent! only"' export MANPAGER=most export CLI_BROWSER=elinks export VCS=git export X_BROWSER=seamonkey export BROWSER=elinks export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share export XDG_CACHE_HOME=$HOME/.cache export GPG_TTY='tty' export GPGKEY=84F15B0B #export GREP_OPTIONS=’–color=always’ # java/xcb interaction fix #export LIBXCB_ALLOW_SLOPPY_LOCK=1 # add private bin/ to PATH if [ -d ~/bin ] ; then PATH=~/bin:"${PATH}" fi