Skip to content

Instantly share code, notes, and snippets.

@code
Created November 3, 2008 20:44
Show Gist options
  • Save code/21976 to your computer and use it in GitHub Desktop.
Save code/21976 to your computer and use it in GitHub Desktop.
EDITOR="/usr/bin/nano -w"
export PS1="\\[\\e]0;\\w\\a\\]\\n\\[\\e[32m\\]\\u@\\h \\[\\e[33m\\]\\w\\[\\e[0m\\]\\n\\\$ "
export LS_COLORS="no=00:fi=00:di=01;36:ln=01;35:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:"
export LSCOLORS='GxFxcxdxCxegedabagacad'
# GENERAL
alias df='df -h'
alias du='du -h'
alias grep='grep --color'
alias ls='ls --color'
alias ll='ls -l'
. .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment