X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.bashrc;h=f1ab2922eb3b57b2b10dee97ef8354ece0080b00;hb=f474d0f9b77a7cadf70dee9f2f1d0ce9c907ba67;hp=a5398597a697d5b59ffadcddf061fe05b0eead50;hpb=e9501d9938fe85bf705177a7fa542c355a69c649;p=config-20-100.git diff --git a/.bashrc b/.bashrc index a539859..f1ab292 100644 --- a/.bashrc +++ b/.bashrc @@ -640,10 +640,10 @@ function welcome_message () export HISTCONTROL=ignoreboth # Nombre de lignes d'historique à garder -export HISTSIZE="" +export HISTSIZE="10000" # la même chose dans le fichier d'historique -export HISTFILESIZE="" +export HISTFILESIZE="100000" # Mémoriser le timestamp d'exécution de la commande export HISTTIMEFORMAT='%F %T - '