From 67b4a84bd6de20a6b5e51629b61c0712e75e88cb Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sun, 5 Apr 2026 23:26:04 +0200 Subject: [PATCH] fix(xxh): plugin loading order ll was overwritten by eza plugin. Custom plugin start now by zz to be loaded at the end --- xxh/Justfile | 2 +- xxh/config.xxhc.template | 2 +- xxh/custom-zshrc/zshrc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/xxh/Justfile b/xxh/Justfile index 8baf9bb..e57c9b1 100644 --- a/xxh/Justfile +++ b/xxh/Justfile @@ -1,6 +1,6 @@ # Variables 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" default: diff --git a/xxh/config.xxhc.template b/xxh/config.xxhc.template index f781736..6fd08c7 100644 --- a/xxh/config.xxhc.template +++ b/xxh/config.xxhc.template @@ -10,6 +10,6 @@ hosts: - 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-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: - OMZ_PLUGINS="git screen sudo extract" diff --git a/xxh/custom-zshrc/zshrc b/xxh/custom-zshrc/zshrc index 0231301..08777f7 100644 --- a/xxh/custom-zshrc/zshrc +++ b/xxh/custom-zshrc/zshrc @@ -1,4 +1,3 @@ -alias ll='ls -alF' alias update='sudo apt update' alias upgrade='sudo apt upgrade' alias ff='fastfetch'