Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created April 18, 2019 22:14
Show Gist options
  • Save brianleroux/7ee47b000563a44926d1631a57103a7a to your computer and use it in GitHub Desktop.
Save brianleroux/7ee47b000563a44926d1631a57103a7a to your computer and use it in GitHub Desktop.
export PATH=~/.npm-global/bin:$PATH
export AWS_REGION=us-east-1
export AWS_PROFILE=smallwins
DGREY="\[\e[0;32m\]"
ENDCOLOR="\[\e[0m\]"
PS1="$DGREY#! $ENDCOLOR"
# allow vi nav on esc
set -o vi
if [ $VIM ]
then
DGREY="\[\e[0;36m\]"
ENDCOLOR="\[\e[0m\]"
PS1="$DGREY#! $ENDCOLOR"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment