Fév 192012
 
# ~/.bashrc: executed by bash(1) for non-login shells.
 
export PS1='\h:\w\$ '
umask 022
 
# You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias la='ls $LS_OPTIONS -la'
alias l='ll'
alias vi='vim'
alias pstree='pstree -A'
 
[ -f /etc/bash_completion ] && . /etc/bash_completion
HISTTIMEFORMAT="%d/%m/%Y(%H:%M:%S) # "
HISTSIZE="5000"

http://blog.jeremm.fr/.bashrc

 Posted by at 16 h 03 min

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre lang="" line="" escaped="" cssfile="">

(required)

(required)

Spam protection by WP Captcha-Free