Created
October 4, 2017 14:48
-
-
Save franc3000/36fbe98056d5692f6e7862b0d6875be4 to your computer and use it in GitHub Desktop.
This file contains 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
# prompt | |
# export PS1="\u [\T]$ " | |
# export PS1="[\u]\$PWD$" | |
export PS1="\[\033[38;5;6m\][\w]\[$(tput sgr0)\]\[\033[38;5;15m\] \T\[$(tput sgr0)\]\[\033[38;5;6m\]\[$(tput sgr0)\]\[\0 | |
33[38;5;15m\] \\$\[$(tput sgr0)\] " | |
# export PS1="___________________ | \w @ \h (\u) \n| => " | |
# export PS2="| => " | |
alias ll='ls -FGlAhp' | |
alias ll='ls -lFG' | |
alias ls='ls -G' | |
# alias ls='ls -FGAhp' | |
# Setting PATH for Python 2.7 | |
# The original version is saved in .bash_profile.pysave | |
# export PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" | |
# aws cli | |
export PATH=~/Library/Python/2.7/bin:$PATH | |
export PATH=~/.local/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment