Improve shell start-up time by lazy-loading various tools

This commit is contained in:
2020-04-26 21:59:25 +01:00
parent 4f4ac73ca3
commit ab88f2cb66
4 changed files with 72 additions and 33 deletions

View File

@@ -3,6 +3,4 @@
#
# Ensure 256 color support in Linux
if [[ "$(uname)" == "Linux" ]]; then
export TERM="xterm-256color"
fi
export TERM="xterm-256color"