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
|
# 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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user