Skip to content

Commit

Permalink
Added link to zsh-nvm plugin
Browse files Browse the repository at this point in the history
(as a comment in the code)
algono committed Jul 6, 2021
1 parent c6f74c6 commit 81b216c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell-shared/.shared_autostart
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ alias neofetch="neofetch | sed '/OS/ s/$/[WSL 2]/'"
_autostart_prompt() {
neofetch

# Source nvm plugin (if it exists)
# Source zsh-nvm plugin (if it exists)
# (https://github.com/lukechilds/zsh-nvm)
if [ -f "$HOME/.zsh-nvm/zsh-nvm.plugin.zsh" ]
then
# The autoload command only exists in zsh, and the nvm plugin uses it

0 comments on commit 81b216c

Please sign in to comment.