Aggiunto supporto CentOS (da testare).
This commit is contained in:
parent
1e1e9b55bc
commit
6c83df9db4
2 changed files with 45 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue