Skip to content

Commit

Permalink
bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
shellvexed committed May 23, 2011
1 parent 6a8f8c3 commit 3acb649
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .bashrc 100644 → 100755
Expand Up @@ -4,14 +4,10 @@

#Export
export EDITOR="vim"
export BROWSER="jumanji"
export HOME="/home/ethan"

#Aliases
alias :q='exit'
alias ..='cd ..'
alias grep='grep --color=auto'
alias ls='ls --color=auto'
alias sysupdate='yaourt -Syyua'

PROMPT_COMMAND='usercolor="\[\033[0;36m\]";[[ $EUID == 0 ]] && usercolor="\[\033[1;31m\]";PS1="$(pwd)";PS1="$usercolor\u\[\033[0m\]@\[\033[0;33m\]\h\[\033[0m\]:${PS1//\//$usercolor/\[\033[0m\]}$usercolor\\$\[\033[0m\] "'
#PROMPT_COMMAND='usercolor="\[\033[0;36m\]";[[ $EUID == 0 ]] && usercolor="\[\033[1;31m\]";PS1="$(pwd)";PS1="$usercolor\u\[\033[0m\]@\[\033[0;33m\]\h\[\033[0m\]:${PS1//\//$usercolor/\[\033[0m\]}$usercolor\\$\[\033[0m\] "'
PS1='\u \w '

0 comments on commit 3acb649

Please sign in to comment.