Some fixes and setup changes

This commit is contained in:
2020-09-29 21:51:11 -04:00
parent ccd0cf5e6c
commit 61d309008e
6 changed files with 66 additions and 58 deletions

View File

@@ -9,7 +9,8 @@ esac
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
test -f ~/.env.common && . ~/.env.common
# Load the shell environment.
test -f ~/.env.loader && . ~/.env.loader
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default
# Windows temporary directory can have unexpected consequences.
@@ -101,3 +102,4 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi