Skip to content

Instantly share code, notes, and snippets.

@Kyeongan
Last active November 1, 2019 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kyeongan/d8c1cd35d292c3fe485c610e33ab248c to your computer and use it in GitHub Desktop.
Save Kyeongan/d8c1cd35d292c3fe485c610e33ab248c to your computer and use it in GitHub Desktop.
Bash config
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export HISTSIZE=10000
export PS1="\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ "
# PATH
export PATH=/Users/kkwon/Library/Python/2.7/bin:$PATH
export PATH="~/Downloads/applications/Sublime Text.app/Contents/SharedSupport/bin":$PATH
export PATH="~/Downloads/applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin":$PATH
export PATH=$HOME/local/bin:$PATH
# Okta
export PATH=~/.okta/bin:$PATH
# Python3
export PATH=~/homebrew/bin/python3:$PATH
# Homebrew
export PATH=~/homebrew/bin:$PATH
# Development
export OKTA_ISSUER=
export OKTA_CLIENT_ID=
export OKTA_CLIENT_SECRET=
export OPDASHTARGETBUCKET=
export BITBUCKET_COMMIT=test
export APP_BASE_
export LAMBDA_API_ARN=
export FLASK_ENV=development
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment