From 2518924cec3a5dd9f0fdedd8748eacc544c1cecd Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 1 Jan 2022 01:16:08 +0100 Subject: [PATCH] Archlinux becca un theming di base. --- zsh/archlinux.base.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/archlinux.base.zsh b/zsh/archlinux.base.zsh index 765e4e7..5ffbf8c 100644 --- a/zsh/archlinux.base.zsh +++ b/zsh/archlinux.base.zsh @@ -44,5 +44,3 @@ export LESS=-R # Importing other packages [ -e /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ] && source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh [ -e /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -# Theming -[ -e /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ] && source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme