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:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
alias ll='ls -alF'
|
||||
alias update='sudo apt update'
|
||||
alias upgrade='sudo apt upgrade'
|
||||
alias ff='fastfetch'
|
||||
|
||||
Reference in New Issue
Block a user