Skip to content

Commit

Permalink
Merge pull request #84 from pascal-zarrad/fix/required-libraries
Browse files Browse the repository at this point in the history
Fix libraries on maOS
  • Loading branch information
pascal-zarrad authored Dec 9, 2024
2 parents ad54229 + d5eca54 commit 282ca33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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.2.0"
readonly PSH_VERSION="2.2.1"
echo "PSH - VERSION: ${PSH_VERSION}"

if [ -f /etc/os-release ]; then
Expand Down
1 change: 1 addition & 0 deletions plugins/clipboard-enhancements/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions plugins/git/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 0 additions & 6 deletions templates/load_ohmyzsh_lib.template.zshrc

This file was deleted.

0 comments on commit 282ca33

Please sign in to comment.