diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -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 |