Skip to content

Instantly share code, notes, and snippets.

@christophergorexyz
Created May 7, 2015 20:48
Show Gist options
  • Select an option

  • Save christophergorexyz/ba04d7607f155414f9c5 to your computer and use it in GitHub Desktop.

Select an option

Save christophergorexyz/ba04d7607f155414f9c5 to your computer and use it in GitHub Desktop.
bash-profile
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