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
| # To the extent possible under law, the author(s) have dedicated all | |
| # copyright and related and neighboring rights to this software to the | |
| # public domain worldwide. This software is distributed without any warranty. | |
| # You should have received a copy of the CC0 Public Domain Dedication along | |
| # with this software. | |
| # If not, see <https://creativecommons.org/publicdomain/zero/1.0/>. | |
| # /etc/bash.bashrc: executed by bash(1) for interactive shells. | |
| # System-wide bashrc file |
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 Config 13 mins βββββββββββββββββββββ 43.3% | |
| JavaScript 9 mins βββββββββββββββββββββ 31.4% | |
| JSON 7 mins βββββββββββββββββββββ 25.2% | |
| Other 0 secs βββββββββββββββββββββ 0.1% |
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
| to activate virtualenv with git bash, navigate to the Script folder and type `. activate` |
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
| function homestead() { | |
| ( cd <homestead-directory-path> && vagrant $* ) | |
| } |