force interface up for mhf 30 config
[debian6500.git] / master / root / .bashrc
CommitLineData
4e802319 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:
9export LS_OPTIONS='--color=auto'
10eval "`dircolors`"
11alias ls='ls $LS_OPTIONS'
12alias ll='ls $LS_OPTIONS -l'
13alias l='ls $LS_OPTIONS -lA'
14alias grep='grep --color=auto'
15alias fgrep='fgrep --color=auto'
16alias egrep='egrep --color=auto'
17
18# Some more alias to avoid making mistakes:
19alias rm='rm -i'
20alias cp='cp -i'
21alias mv='mv -i'
22
23# Some global variables
24export LESS=FRSX
25export EDITOR=vim
26export VISUAL=vim