Skip to content

Instantly share code, notes, and snippets.

@rafattouqir
Created May 16, 2019 18:03
Show Gist options
  • Save rafattouqir/6d71a342f358c2c1f4f84fe9caf833a3 to your computer and use it in GitHub Desktop.
Save rafattouqir/6d71a342f358c2c1f4f84fe9caf833a3 to your computer and use it in GitHub Desktop.
My .bash_profile and .bashrc
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
export LDFLAGS="-L/usr/local/opt/icu4c/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c/include"
# Set Default Editor (change 'VSCode' to the editor of your choice)
# ------------------------------------------------------------
export PATH=/usr/local/opt/icu4c/bin:$PATH
export PATH="/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/bin/":$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment