Aggiunto supporto CentOS (da testare).

This commit is contained in:
Emiliano Vavassori 2021-12-31 23:53:31 +01:00
parent 1e1e9b55bc
commit 6c83df9db4
2 changed files with 45 additions and 0 deletions

3
.zshrc
View file

@ -33,6 +33,9 @@ elif uname -a | grep -qi '\(arch\|manjaro\)'; then
if [ -e /usr/share/zsh/manjaro-zsh-prompt ]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
elif [ -f /etc/redhat-release ] && grep -qi centos /etc/redhat-release; then
# CentOS 7: non c'è un sacco di roba. Mi limito ad abilitare le opzioni native
source $DOTFILES/zsh/centos.base.zsh
fi
# Plugins