Created
April 18, 2019 22:14
-
-
Save brianleroux/7ee47b000563a44926d1631a57103a7a to your computer and use it in GitHub Desktop.
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=~/.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