Skip to content

Commit

Permalink
Merge pull request #83 from pascal-zarrad/feature/improve-performance
Browse files Browse the repository at this point in the history
Improve performance and fix bugs
  • Loading branch information
pascal-zarrad authored Dec 9, 2024
2 parents 42aa2fe + 32dd002 commit ad54229
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 308 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#==================================================================

# Semantic versioning version constant
readonly PSH_VERSION="2.1.0"
readonly PSH_VERSION="2.2.0"
echo "PSH - VERSION: ${PSH_VERSION}"

if [ -f /etc/os-release ]; then
Expand Down
27 changes: 0 additions & 27 deletions plugins/alias-finder/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/bun-js/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/catimg/plugin.sh

This file was deleted.

1 change: 0 additions & 1 deletion plugins/clipboard-enhancements/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# Email : [email protected]
#==================================================================

apply_ohmyzsh_lib "clipboard"
apply_ohmyzsh_plugin "copypath"
apply_ohmyzsh_plugin "copybuffer"
apply_ohmyzsh_plugin "copyfile"
27 changes: 0 additions & 27 deletions plugins/composer/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/direnv/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/genpass/plugin.sh

This file was deleted.

1 change: 0 additions & 1 deletion plugins/k8s/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
# Email : [email protected]
#==================================================================

apply_ohmyzsh_plugin "helm"
apply_ohmyzsh_plugin "kubectl"
apply_ohmyzsh_plugin "kubectx"
29 changes: 0 additions & 29 deletions plugins/node/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/redis-cli/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/rsync/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/vscode/plugin.sh

This file was deleted.

27 changes: 0 additions & 27 deletions plugins/yarn/plugin.sh

This file was deleted.

5 changes: 1 addition & 4 deletions plugins/zsh-enhancements/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ apply_plugin "zsh-users/zsh-autosuggestions"
# This plugin adds autocompletion to further speed up command
# line work. Together with autosuggestions, it makes typing
# commands a breeze.
# The plugin has been locked to a specific commit as ~ expansion
# on path autocomplete "broke" one commit after this one.
# See: https://github.com/marlonrichert/zsh-autocomplete/issues/741
apply_plugin_version "marlonrichert/zsh-autocomplete" "a66d6ae6f7e703b1bf5ae57e48a7da3cf307aeab"
apply_plugin "marlonrichert/zsh-autocomplete"
2 changes: 0 additions & 2 deletions templates/git_integration_disable_async_prompt.template.zshrc

This file was deleted.

6 changes: 6 additions & 0 deletions templates/load_ohmyzsh_lib.template.zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#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

0 comments on commit ad54229

Please sign in to comment.