Skip to content

Instantly share code, notes, and snippets.

@MikeGillihan
Created April 27, 2018 06:55
Show Gist options
  • Save MikeGillihan/73a2839bc47dd054c3d3c6aff4cc26d0 to your computer and use it in GitHub Desktop.
Save MikeGillihan/73a2839bc47dd054c3d3c6aff4cc26d0 to your computer and use it in GitHub Desktop.
# Stop syncing a node_modules directory (via symlink)
noicloud() {
mv node_modules node_modules.nosync
ln -s node_modules.nosync/ node_modules
}
alias nocloud=noicloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment