force interface up for mhf 30 config
[debian6500.git] / master / root / .bashrc
1 # ~/.bashrc: executed by bash(1) for non-login shells.
2
3 # Note: PS1 and umask are already set in /etc/profile. You should not
4 # need this unless you want different defaults for root.
5 # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
6 # umask 022
7
8 # You may uncomment the following lines if you want `ls' to be colorized:
9 export LS_OPTIONS='--color=auto'
10 eval "`dircolors`"
11 alias ls='ls $LS_OPTIONS'
12 alias ll='ls $LS_OPTIONS -l'
13 alias l='ls $LS_OPTIONS -lA'
14 alias grep='grep --color=auto'
15 alias fgrep='fgrep --color=auto'
16 alias egrep='egrep --color=auto'
17
18 # Some more alias to avoid making mistakes:
19 alias rm='rm -i'
20 alias cp='cp -i'
21 alias mv='mv -i'
22
23 # Some global variables
24 export LESS=FRSX
25 export EDITOR=vim
26 export VISUAL=vim