dot.bashrc, where is it?

Lowell Gilbert freebsd-questions-local at be-well.no-ip.com
Tue Jun 3 06:19:10 PDT 2003


"Didier Wiroth" <freebsd at mcesr.etat.lu> writes:

> Thanks for answering!
> I know it isn't needed, but as I'm a beginner I would really like to have a
> sample to customize and learn, that's why I asked
> The PATH variables etc..,

Okay, well, my version is:



# default .bashrc for be-well.ilk.org
# adapted from Lowell's .bashrc as of 17/March/2001
#

#
# A bunch of local aliases, mostly as examples
#
alias	ls='ls -F'
alias   xstart='startx -- -bpp 16'


# Set a simple prompt
PS1='[\!] \W> ' ; PS2='  \W>> '

# set up Bash to not save repeated command lines
HISTCONTROL=ignoreboth
## emacs for an editor...
export EDITOR=emacs
## home machine's firewall stops FTP Port commands
export  FTP_PASSIVE_MODE=YES

if [ -f ~/.bash_path ] ; then source ~/.bash_path ; fi


More information about the freebsd-questions mailing list