Skip to content

Instantly share code, notes, and snippets.

@nicohofmann
Created March 2, 2013 14:50
Show Gist options
  • Save nicohofmann/5071347 to your computer and use it in GitHub Desktop.
Save nicohofmann/5071347 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
PS1="\[\033[01;36m\]\u\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "
EDITOR="/usr/bin/vim"
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
alias grep="grep --color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment