Skip to content

Commit

Permalink
remove autojump from default ohmyzsh plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 30, 2023
1 parent d99e981 commit 152e324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alpine-ohmyzsh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-ohmyzsh",
"id": "alpine-ohmyzsh",
"version": "0.0.12",
"version": "0.0.13",
"description": "Installs ohmyzsh on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
"installsAfter": [
Expand All @@ -10,7 +10,7 @@
"options": {
"plugins": {
"type": "string",
"default": "autojump alias-tips zsh-interactive-cd",
"default": "alias-tips zsh-interactive-cd",
"description": "OhMyZsh plugins to enable (git zsh-autosuggestions zsh-syntax-highlighting are always installed)"
},
"initStarship": {
Expand Down

0 comments on commit 152e324

Please sign in to comment.