fix(xxh): plugin loading order

ll was overwritten by eza plugin. Custom plugin start now by zz to be
loaded at the end
This commit is contained in:
2026-04-05 23:26:04 +02:00
parent 96dceeee7f
commit 67b4a84bd6
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Variables # Variables
dotfiles_dir := justfile_directory() dotfiles_dir := justfile_directory()
plugin_dest := env("HOME") + "/.local/share/xxh-plugin-zsh-my-zshrc" plugin_dest := env("HOME") + "/.local/share/xxh-plugin-zsh-zz-my-zshrc"
xxh_config_dest := env("HOME") + "/.config/xxh/config.xxhc" xxh_config_dest := env("HOME") + "/.config/xxh/config.xxhc"
default: default:

View File

@@ -10,6 +10,6 @@ hosts:
- xxh-plugin-zsh-eza+git+https://github.com/experiences/xxh-plugin-zsh-eza - xxh-plugin-zsh-eza+git+https://github.com/experiences/xxh-plugin-zsh-eza
- xxh-plugin-zsh-bat+git+https://github.com/experiences/xxh-plugin-zsh-bat - xxh-plugin-zsh-bat+git+https://github.com/experiences/xxh-plugin-zsh-bat
- xxh-plugin-zsh-autosuggestions+git+https://github.com/MohamedOmar2020/xxh-plugin-zsh-autosuggestions - xxh-plugin-zsh-autosuggestions+git+https://github.com/MohamedOmar2020/xxh-plugin-zsh-autosuggestions
- "xxh-plugin-zsh-my-zshrc+path+__ZSHRC_PLUGIN_DIR__" - "xxh-plugin-zsh-zz-my-zshrc+path+__ZSHRC_PLUGIN_DIR__"
+e: +e:
- OMZ_PLUGINS="git screen sudo extract" - OMZ_PLUGINS="git screen sudo extract"

View File

@@ -1,4 +1,3 @@
alias ll='ls -alF'
alias update='sudo apt update' alias update='sudo apt update'
alias upgrade='sudo apt upgrade' alias upgrade='sudo apt upgrade'
alias ff='fastfetch' alias ff='fastfetch'