Added COLORTERM env var so programs recognize my terminal supports true

color
This commit is contained in:
2024-11-06 22:27:05 +02:00
parent 124233b87a
commit 44223b77ee

3
.zshrc
View File

@@ -99,6 +99,7 @@ alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
# Exports
export COLORTERM=truecolor
export GOPATH="$HOME/go"
export PATH="$GOPATH/bin:$PATH"
export PATH="$HOME/scripts:$PATH"
@@ -115,4 +116,4 @@ if [ -z "$TMUX" ]; then
fi
END_TIME=$(date +%s.%3N)
echo "Zsh startup time: $(echo "${END_TIME} - ${START_TIME}" | bc) seconds"
# echo "Zsh startup time: $(echo "${END_TIME} - ${START_TIME}" | bc) seconds"