From 9503b74febd392f43d2d656b9c1706fb055a2046 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sat, 13 Jul 2024 03:30:15 +0300 Subject: Manjaro --- zsh/zshrc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 2af94a6..ca404e2 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,8 +1,18 @@ -if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then - source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" +# Use powerline +USE_POWERLINE="true" +# Has weird character width +# Example: +#  is not a diamond +HAS_WIDECHARS="false" +# Source manjaro-zsh-configuration +if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then + source /usr/share/zsh/manjaro-zsh-config fi -source ~/.config/zsh/p10k.zsh -source ~/.config/zsh/p10k/powerlevel10k.zsh-theme +# Use manjaro zsh prompt +if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then + source /usr/share/zsh/manjaro-zsh-prompt +fi + source ~/.config/zsh/antigen.zsh antigen bundle zsh-users/zsh-syntax-highlighting -- cgit v1.2.3