From caba94a8dabfa03570156a007f39027865e5d321 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 1 Jan 2022 01:10:53 +0100 Subject: [PATCH] Sistemate importazioni librerie per Archlinux. --- zsh/archlinux.base.zsh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zsh/archlinux.base.zsh b/zsh/archlinux.base.zsh index 7ca11f4..765e4e7 100644 --- a/zsh/archlinux.base.zsh +++ b/zsh/archlinux.base.zsh @@ -40,3 +40,9 @@ export LESS_TERMCAP_so=$'\E[01;47;34m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;36m' 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