Created
January 11, 2013 21:07
-
-
Save sheenobu/4513963 to your computer and use it in GitHub Desktop.
PS1 and aliases
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
| 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