Skip to content

Instantly share code, notes, and snippets.

@GuillaumeDievart
Last active August 29, 2015 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuillaumeDievart/f7dd4d7dd36e953c5d67 to your computer and use it in GitHub Desktop.
Save GuillaumeDievart/f7dd4d7dd36e953c5d67 to your computer and use it in GitHub Desktop.
.bashrc
export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
PS1='${debian_chroot:+($debian_chroot)}\[\033[31m\][\t] \[\033[31m\]\u\[\033[00m\]@\[\033[32m\]\h:\W\[\033[00m\]$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment