# Only necessary if using my dotfiles if [ -z "$SSH_CONNECTION" ]; then if [ -z "$TMUX" -a "${TERM%%-*}" != "screen" ]; then ~/.colorscheme fi export PROMPT_HOST_COLOR=8 else export PROMPT_HOST_COLOR=1 export PROMPT_SHORT_HOSTNAME="zno" fi find ~/.trash -type f -mtime +90 -delete &>/dev/null || true find ~/.vim/undo-dir -type f -mtime +90 -delete &>/dev/null || true echo ""