~ zanko /.bashrc
# If not running interactively, don't do anything [ -z "$PS1" ] && return # don't put duplicate lines in the history. See bash(1) for more options export HISTCONTROL=ignoredups # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" # alias definitions if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi # enable color support of ls #if [ "$TERM" != "dumb" ]; then #eval "`dircolors -b`" #alias ls='ls --color=auto' #fi # enable programmable completion features if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi # nice prompt PS1='\u \[\033[1;36m\]\W \[\033[1;31m\]\$\[\033[0m\] ' # define locale to french # export LANG=fr_FR