Created
November 3, 2008 20:44
-
-
Save code/21976 to your computer and use it in GitHub Desktop.
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
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