Created
April 27, 2018 06:55
-
-
Save MikeGillihan/73a2839bc47dd054c3d3c6aff4cc26d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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