Skip to content

Commit

Permalink
remove npx shell fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Sep 6, 2017
1 parent 948f6c5 commit 843eecd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zsh/zshrc.symlink
Expand Up @@ -79,8 +79,3 @@ if [ -z ${RELOAD} ]; then
source ~/.zplug/init.zsh
fi
fi

# npx command shell fallback
if command_exists npx; then
source <(npx --shell-auto-fallback zsh)
fi

0 comments on commit 843eecd

Please sign in to comment.