From 798bf08c0a7912adda54ef95874c4124ee751dc0 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 18 Feb 2025 20:03:41 +0100 Subject: [PATCH] [zsh] provided by manjaro --- dotfiles/zshrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/zshrc diff --git a/dotfiles/zshrc b/dotfiles/zshrc new file mode 100644 index 0000000..2def0bf --- /dev/null +++ b/dotfiles/zshrc @@ -0,0 +1,14 @@ +# 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 +# Use manjaro zsh prompt +if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then + source /usr/share/zsh/manjaro-zsh-prompt +fi