diff --git a/install.sh b/install.sh index 21697b7..800d0b2 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ #================================================================== # Semantic versioning version constant -readonly PSH_VERSION="2.2.0" +readonly PSH_VERSION="2.2.1" echo "PSH - VERSION: ${PSH_VERSION}" if [ -f /etc/os-release ]; then diff --git a/plugins/clipboard-enhancements/plugin.sh b/plugins/clipboard-enhancements/plugin.sh index 5256908..ec71c6d 100644 --- a/plugins/clipboard-enhancements/plugin.sh +++ b/plugins/clipboard-enhancements/plugin.sh @@ -24,6 +24,7 @@ # Email : P.Zarrad@outlook.de #================================================================== +apply_ohmyzsh_lib "clipboard" apply_ohmyzsh_plugin "copypath" apply_ohmyzsh_plugin "copybuffer" apply_ohmyzsh_plugin "copyfile" diff --git a/plugins/git/plugin.sh b/plugins/git/plugin.sh index dd64470..b17a2cc 100644 --- a/plugins/git/plugin.sh +++ b/plugins/git/plugin.sh @@ -24,6 +24,7 @@ # Email : P.Zarrad@outlook.de #================================================================== +apply_ohmyzsh_lib "async_prompt" apply_ohmyzsh_plugin "git" apply_ohmyzsh_plugin "gitignore" apply_ohmyzsh_plugin "git-commit" diff --git a/templates/load_ohmyzsh_lib.template.zshrc b/templates/load_ohmyzsh_lib.template.zshrc deleted file mode 100644 index 20092cb..0000000 --- a/templates/load_ohmyzsh_lib.template.zshrc +++ /dev/null @@ -1,6 +0,0 @@ -#PSH_TEMPLATE=BETWEEN_OH_MY_ZSH_AND_PLUGINS -# With zplug we must load lib scripts ourselves. -# Clipboard plugins or async git requires this. -# This is included as template as it is basically needed -# by multiple plugins. -zplug "lib/*", from:oh-my-zsh