From 23b66b5aa6969a3240a1afa79e5a2d2e0dddb9a8 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Fri, 20 Jan 2023 23:01:29 +0100 Subject: [PATCH] Aggiunta shell per ubuntu. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 2133847..53b62d6 100644 --- a/zshrc +++ b/zshrc @@ -11,6 +11,7 @@ compinit # zsh packages from system uname -a | grep -qi 'debian' && source ${DOTFILES}/zsh/debian.base.zsh +uname -a | grep -qi 'ubuntu' && source /usr/share/powerlevel9k/powerlevel9k.zsh-theme uname -a | grep -qi 'manjaro' && source /usr/share/zsh/manjaro-zsh-config && source /usr/share/zsh/manjaro-zsh-prompt uname -a | grep -qi 'archlinux' && source ${DOTFILES}/zsh/archlinux.base.zsh test -f /etc/redhat-release && grep -qi centos /etc/redhat-release && source ${DOTFILES}/zsh/centos.base.zsh