# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# 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
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)

# 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 "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
    xterm-color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
	# We have color support; assume it's compliant with Ecma-48
	# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
	# a case would tend to support setf rather than setaf.)
	color_prompt=yes
    else
	color_prompt=
    fi
fi

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
    ;;
*)
    ;;
esac

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls --color=auto'
    #alias dir='dir --color=auto'
    #alias vdir='vdir --color=auto'

    alias grep='grep --color=auto'
    alias fgrep='fgrep --color=auto'
    alias egrep='egrep --color=auto'
fi

# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
    . /etc/bash_completion
fi

##############################################
#          Pierrick 			     #
##############################################

# Modification des couleurs du terminal
export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;102:ow=34;102:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.svgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:"

# Commandes SVN persos
export SVN_EDITOR=vim
alias svndiff='svn diff --diff-cmd xxdiff-subversion'
alias svnclean="svn st | grep ? | gawk '{ print \"rm -rf \"\$2 }'"

# Commandes PHP persos
alias vld='php -dvld.active=1 -dvld.execute=0'
alias gendocen="phd -d /home/pierrick/projects/phpdoc/doc-base/.manual.xml -o/var/www/php/manual/gen/en/ -f php -P PHP --lang=en";
alias gendocfr="phd -d /home/pierrick/projects/phpdoc/doc-base/.manual.xml -o/var/www/php/manual/gen/fr/ -f php -P PHP --lang=fr";
alias gendocup="rsync -avzC --timeout=600 --delete --delete-after     --exclude='manual/**' --exclude='distributions/**' --exclude='extra/**' --exclude='backend/notes/**'     rsync.php.net::phpweb /var/www/php";
alias smailcs="phpcs --standard=Smail"

function configurephp() {
#	export CFLAGS="-Wall -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wunreachable-code -fdiagnostics-show-location=every-line -Wc++-compat -Wpointer-sign -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waddress "
    CONF_DIR=/etc/php5;
    CLI_CONF_DIR=$CONF_DIR/`basename $(pwd)`;
#    ./configure --enable-debug --enable-maintainer-zts --enable-ftp --with-mysqli=mysqlnd --enable-bcmath --enable-calendar --with-jpeg-dir --with-png-dir --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr/lib --with-apxs2=/usr/bin/apxs2 --with-gettext --with-mysql=mysqlnd --with-zlib-dir --with-kerberos --enable-sysvsem --enable-sysvshm --with-pdo-mysql=mysqlnd --with-xsl  --enable-mbstring --with-curl --enable-soap --enable-sockets --with-mcrypt --enable-zip --with-config-file-path=$CLI_CONF_DIR --with-config-file-scan-dir=$CONF_DIR/conf.d --with-mysql-sock=`mysql_config --socket`;
    echo ./configure --enable-debug --enable-maintainer-zts --enable-ftp --with-mysqli --enable-bcmath --enable-calendar --with-jpeg-dir --with-png-dir --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr/lib --with-apxs2=/usr/bin/apxs2 --with-gettext --with-mysql --with-zlib-dir --with-kerberos --enable-sysvsem --enable-sysvshm --with-pdo-mysql --with-xsl  --enable-mbstring --with-curl --enable-soap --enable-sockets --with-mcrypt --enable-zip --with-config-file-path=$CLI_CONF_DIR --with-config-file-scan-dir=$CONF_DIR/conf.d --with-mysql-sock=`mysql_config --socket` --with-openssl;
}

function phpt() {
    # MySQLi
    export MYSQL_TEST_PASSWD="lolmdr";
    # PDO
    export TEST_PHP_EXECUTABLE=/usr/local/bin/php
    export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test;";
    export PDO_MYSQL_TEST_USER="root";
    export PDO_MYSQL_TEST_PASS="lolmdr";
    php -f ~/php-src/branches/PHP_5_3/run-tests.php $1
}

# Autres
function xvim() { vim `find . -name $1`; };
function xvimclass() { vim `grep -rn 'class $1' * --include=*.php | gawk -F: '{ print $1 }'`; };
alias webcam="vlc v4l2://"
alias screenoff="xset dpms force standby"

# Better error handling for GCC
# export CFLAGS="-Wall -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wunreachable-code -fdiagnostics-show-location=every-line -Wc++-compat -Wpointer-sign -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waddress "
#-Werror=uninitialized -Werror=declaration-after-statement"

alias windows="rdesktop -k fr_fr -g 1024x768 192.168.0.1 -u pierrick -plolmdr";
alias vpnjg="sudo netExtender -u nstein -p enst31n\!\! -d NJGROUP vpn.nationaljournal.com";
alias skyrock="vlc http://vipicecast.yacast.net/skyrock &";
alias encoding='enca -L none';
alias dos2unix="perl -pi -e 's/\r\n?/\n/g'";
