This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
настройка_командных_интерпретаторов [2025/01/03 10:05] val [bash] |
настройка_командных_интерпретаторов [2025/11/27 14:19] (current) val |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| $ history -d NN | $ history -d NN | ||
| + | |||
| + | $ . /usr/share/bash-completion/bash_completion | ||
| $ cat .profile | $ cat .profile | ||
| Line 30: | Line 32: | ||
| </code><code> | </code><code> | ||
| ... | ... | ||
| + | #TMOUT=900 | ||
| + | |||
| export HISTCONTROL=ignorespace:ignoredups:erasedups | export HISTCONTROL=ignorespace:ignoredups:erasedups | ||
| #unset HISTFILE | #unset HISTFILE | ||