This commit is contained in:
Alexander NeonXP Kiryukhin 2024-07-13 03:30:15 +03:00
parent 0ce8b8ece9
commit 9503b74feb
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
4 changed files with 18 additions and 1741 deletions

@ -1 +0,0 @@
Subproject commit 62341054d8aa40ade03fc55bdbc95b9ff2d8d2b6

File diff suppressed because it is too large Load diff

View file

@ -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