Skip to content

Instantly share code, notes, and snippets.

@sheenobu
Created January 11, 2013 21:07
Show Gist options
  • Select an option

  • Save sheenobu/4513963 to your computer and use it in GitHub Desktop.

Select an option

Save sheenobu/4513963 to your computer and use it in GitHub Desktop.
PS1 and aliases
PS1_PATH="\[\e[0;32m\]\W\[\e[0m\]"
PS1_USER="\[\e[0;34m\]\u\[\e[0m\]"
PS1_PROMPT="\[\033[1;33m\]->\[\033[0m\]"
PS1="$PS1_PATH $PS1_USER $PS1_PROMPT "
# aliases
alias ls='gls -X -G -F -t --color=auto --group-directories-first'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment