Last active
October 30, 2017 19:18
-
-
Save nonlogos/b2b7e7622898626ac11a45f4ac3251b3 to your computer and use it in GitHub Desktop.
Terminal Scripts #bash
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
git ls-files | xargs wc -l |
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
// open my bash file | |
open .bash_profile | |
// source bash file | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment