Last active
November 1, 2019 23:46
-
-
Save Twoody/4cff66d92ca89324cdfb5858540c4296 to your computer and use it in GitHub Desktop.
My bashrc as of 2019-09-17
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
ad=/usr/local/bin/arcanist | |
if [ -f ~/.bashrc ]; then | |
source ~/.bashrc | |
fi | |
export PATH="$PATH:$ad/bin/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment