Skip to content

Instantly share code, notes, and snippets.

@crudh
Created December 14, 2015 20:59
Show Gist options
  • Select an option

  • Save crudh/79d6af5f4da85e283240 to your computer and use it in GitHub Desktop.

Select an option

Save crudh/79d6af5f4da85e283240 to your computer and use it in GitHub Desktop.
Terminal configuration
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