Mercurial > hg > config
comparison .bashrc @ 67:a791d862148c
add a default MOZCONFIG variable -- BE CAREFUL!
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 23 Apr 2010 15:42:23 -0700 |
parents | 91746c8abe0f |
children | 3d111401010f |
comparison
equal
deleted
inserted
replaced
66:91746c8abe0f | 67:a791d862148c |
---|---|
13 eval $(dircolors -b ~/.dir_colors) | 13 eval $(dircolors -b ~/.dir_colors) |
14 elif [[ -f /etc/DIR_COLORS ]] ; then | 14 elif [[ -f /etc/DIR_COLORS ]] ; then |
15 eval $(dircolors -b /etc/DIR_COLORS) | 15 eval $(dircolors -b /etc/DIR_COLORS) |
16 fi | 16 fi |
17 | 17 |
18 # variables | |
18 export CLICOLOR=1 | 19 export CLICOLOR=1 |
19 export EDITOR='emacs -nw' | 20 export EDITOR='emacs -nw' |
21 export MOZCONFIG=~/mozilla/mozconfig | |
20 | 22 |
21 # aliases | 23 # aliases |
22 alias ls='ls --color=auto' | 24 alias ls='ls --color=auto' |
23 alias grep='grep --colour=auto' | 25 alias grep='grep --colour=auto' |
24 alias wget='wget --no-check-certificate' | 26 alias wget='wget --no-check-certificate' |