Skip to content

Instantly share code, notes, and snippets.

View esalaverria's full-sized avatar

Enrique Salaverría esalaverria

  • El Salvador
View GitHub Profile
@esalaverria
esalaverria / .bash_profile
Last active May 21, 2020 15:22
.bash_profile for iTerm2 color highlights and customizations
source ~/.profile
export HTDOCS="/Applications/MAMP/htdocs"
export EDITOR="/Applications/Atom.app/Contents/MacOS/Atom -nw"
export PATH="/Users/kike/Library/Python/3.7/bin:$PATH"
#test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
[[ -s ~/.bashrc ]] && source ~/.bashrc
#export CLICOLOR=1