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'