Created
May 7, 2015 20:48
-
-
Save christophergorexyz/ba04d7607f155414f9c5 to your computer and use it in GitHub Desktop.
bash-profile
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
| alias ls="ls -G" | |
| alias l="ls -1" | |
| PATH=$PATH:~/bin | |
| export PS1='[ \[$(tput setaf 5)\]\u\[$(tput setaf 7)\]@\[$(tput setaf 2)\]\h\[$(tput setaf 7)\]: \[$(tput setaf 1)\]\W\[$(tput setaf 7)\] ] \[$(tput sgr0)\]' | |
| export PAGER='most' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment