Let the terminal determine colors.

This commit is contained in:
Sebastian Bugge 2024-11-22 03:15:59 +01:00
parent eb2c20a395
commit 6744124caa
2 changed files with 2 additions and 10 deletions

4
.zshrc
View file

@ -24,11 +24,7 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-syntax-hig
# Plugins from oh my zsh
zplug "plugins/git", from:oh-my-zsh
zplug "plugins/command-not-found", from:oh-my-zsh
# Base16 (This should be the last plugin)
zplug "chriskempson/base16-shell", from:github
zplug load
base16_gruvbox-dark-hard
if dig google.com +timeout=1 >/dev/null 2>&1; then;
HAS_NETWORK=1