csrutil disable
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
export PATH=/usr/local/bin/git_tf:~/.cargo/bin:$PATH | |
# attempt to limit bash history | |
export HISTCONTROL=ignoreboth:erasedups | |
shopt -s histappend | |
export PROMPT_COMMAND="history -a" | |
# export PS1="\w $ " | |
export GOPATH=/Users/timothy/Code/Go | |
cd ~/TFS/ |