# ~/.bashrc: executed by bash(1) for non-login shells.

PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/local/bin"
PS1="(\u@\h:\W)# "

# Set your locale here !

LC_CTYPE=ISO-8859-1

# Your language goes here !

#LC_ALL=fr_FR
#LANG=fr
LESSCHARSET=latin1
export PATH PS1 LC_CTYPE LC_ALL LANG LESSCHARSET

# Well known aliases ...

alias q="cd .."
alias ll="ls --color=auto -a -N -l"
alias d="ls --color=auto -a -N"

# It might help you with backspace/delete if any problem (?)

#stty erase ^H
#stty erase ^?

#mesg n
#umask 022
