We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f719a commit 1c9c323Copy full SHA for 1c9c323
.gitignore
@@ -4,3 +4,8 @@
4
fonts/
5
# Some random signing keys may appear
6
**.gpg
7
+
8
+# User folder incorrectly created
9
+**/~
10
+# Oh My ZSH folder incorrectly created
11
+**/.oh-my-zsh
src/lib/base-script.sh
@@ -146,7 +146,7 @@ function install_zsh() {
146
}
147
148
function install_oh_my_zsh() {
149
- local ZSH_PLUGINS="(git zsh-autosuggestions zsh-syntax-highlighting asdf nvm node ruby rails docker)"
+ local ZSH_PLUGINS="(git zsh-autosuggestions zsh-syntax-highlighting battery asdf docker nvm node deno pip python rvm ruby)"
150
readonly ZSH_PLUGINS
151
152
echo_section "Oh My Zsh"
0 commit comments