18
0
Fork 0

ajout infos pour History Bash

This commit is contained in:
gcolpart 2017-01-24 11:50:40 +01:00
parent 254898b014
commit ee4a03d760
1 changed files with 13 additions and 1 deletions

View File

@ -13,4 +13,16 @@ Entre les 3 modes ("login", "interactive non-login" et "non-interactive non-logi
## Script shell
Style guide : <https://google.github.io/styleguide/shell.xml>
Style guide : <https://google.github.io/styleguide/shell.xml>
## History Bash
`bashrc` :
~~~
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoreboth
export HISTSIZE=65535
export HISTTIMEFORMAT="%c : "
~~~
> *Note* : si besoin on peut `chattr +a /root/.bash_history` pour empêcher sa suppression