This file contains hidden or 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
# --- Sourcetree Generated --- | |
Host 8secz-johndpope-GitHub | |
HostName github.com | |
User 8secz-johndpope | |
PreferredAuthentications publickey | |
IdentityFile /Users/johnpope/.ssh/8secz-johndpope-GitHub | |
UseKeychain yes | |
AddKeysToAgent yes | |
# ---------------------------- |
This file contains hidden or 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
# Node | |
nodesize() { | |
find . -name "node_modules" -type d -prune -print | xargs du -chs | |
} | |
nodenuke() { | |
echo "This command will recursively delete node_modules from your current directory." | |
echo "Continue (y/n)?" | |
read CONT |
OlderNewer