Created
December 14, 2015 20:59
-
-
Save crudh/79d6af5f4da85e283240 to your computer and use it in GitHub Desktop.
Terminal configuration
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='\[\e[0;33m\]\h:\W \u\$\[\e[m\] ' | |
| export CLICOLOR=1 | |
| export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx | |
| export LC_MESSAGES="en_US.UTF-8" | |
| alias mv='mv -i' | |
| alias rm='rm -i' | |
| alias cp='cp -i' | |
| alias ls='ls -GF' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment