Compare commits

..

No commits in common. "c9c7acc769ff9635812dc679826f6495965ee92d" and "0f5fc9c5edde9036446d923b41444112a3a0c73e" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -4,10 +4,9 @@ alias ls='ls --color'
alias l='ls -lh'
alias la='ls -Alh'
alias lt='ls -lrt'
alias d='ls -al | egrep ^d'
alias dl='ls -al | egrep "^[d|l]"'
alias ll='ls -alh'
alias d='ls -al | grep -E ^d'
alias dl='ls -al | grep -E "^[d|l]"'
alias lx='ls -l | grep -E ^...x'
alias h=history
alias td='todo -c --force-colour --filter -done,+children | less -RF'
alias tdall='todo --force-colour -A|less -RF'

View File

@ -1,9 +1,9 @@
# mutt config - private datas
set realname = 'Patrick Cao Huu Thien'
set from = 'patrick.cao_huu_thien@sorbonne-universite.fr'
alternates '^patrick.cao_huu_thien@upmc.fr$'
alternates '^pcao@dalembert.upmc.fr$'
alternates '^patrick.cao_huu_thien@'
alternates '^master.h2zu@gmail.com$'
alternates '^pcao@dalembert.upmc.fr$'
send-hook . 'set realname="Patrick Cao Huu Thien"'
send-hook "~f ^master.h2zu@gmail.com$" 'set realname="Master ZU"'