export EDITOR="emc" export PAGER="/usr/bin/less -R" export PATH="/home/max/.local/bin:${PATH}" if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi export TMPDIR="/home/max/.local/tmp" gpg-agent --daemon export GPG_AGENT_INFO="${GNUPGHOME:-${HOME}/.gnupg}/S.gpg-agent:-1:1"