Skip to content

Commit

Permalink
move git-open from shell plugin to Node package
Browse files Browse the repository at this point in the history
prevent all the files in https://github.com/paulirish/git-open from appearing in `$PATH`

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
  • Loading branch information
LucasLarson committed Jan 28, 2023
1 parent 5e91b36 commit 802072a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
branch = main
path = custom/plugins/zsh-diff-so-fancy
url = https://github.com/zdharma-continuum/zsh-diff-so-fancy
[submodule "custom/plugins/git-open"]
path = custom/plugins/git-open
url = https://github.com/paulirish/git-open
[submodule "custom/plugins/zsh_codex"]
branch = main
path = custom/plugins/zsh_codex
Expand Down
4 changes: 4 additions & 0 deletions .package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"version": "11.7.0",
"overridden": false
},
"git-open": {
"version": "3.0.0",
"overridden": false
},
"markdownlint-cli": {
"version": "0.33.0",
"overridden": false
Expand Down
1 change: 0 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ plugins+=(
gunstage
samefile
git-default-branch
git-open
zsh-abbr
zsh-diff-so-fancy
zsh-autosuggestions
Expand Down
1 change: 0 additions & 1 deletion custom/plugins/git-open
Submodule git-open deleted from f77236

0 comments on commit 802072a

Please sign in to comment.