summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2001-10-12 08:18:21 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2001-10-12 08:18:21 +0000
commit2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213 (patch)
treedaf3073e3d9de6596424b478210ea69d5e0aa262
parent2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb (diff)
downloadrootfiles-2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213.tar
rootfiles-2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213.tar.gz
rootfiles-2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213.tar.bz2
rootfiles-2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213.tar.xz
rootfiles-2cee9dce0644f9f8d15cfb4b60b8cbb3885a8213.zip
Remove obsoletes stuff from bashrc.
-rw-r--r--bashrc20
1 files changed, 1 insertions, 19 deletions
diff --git a/bashrc b/bashrc
index 0154b6f..11e81cd 100644
--- a/bashrc
+++ b/bashrc
@@ -1,29 +1,11 @@
# .bashrc
-# Chmouel Boudjnah <chmouel@mandrakesoft.com>
-
-# User specific aliases and functions
-
-alias rm='rm -i'
-alias cp='cp -i'
-alias mv='mv -i'
-alias d='ls'
-alias s='cd ..'
-alias p='cd -'
-
-# Tell to df to don't see the supermount filesystems.
-alias df='df -x supermount'
-
-# define colors for "ls" (ls will use it oinly if the terminal allows it)
-. /etc/profile.d/color_ls.sh
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
-PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME ENV PATH
-
-[ -z $INPUTRC ] && export INPUTRC=/etc/inputrc