práca s históriou

test
Štefan Bystriansky 5 years ago
parent 2d096cf878
commit 419fd3610e
No known key found for this signature in database
GPG Key ID: 5917ABF4BF8F3E8C
  1. 4
      .bashrc

@ -18,14 +18,14 @@ HISTCONTROL=ignoreboth
shopt -s histverify
#ukladanie historie ze vsech session okamzite po odeslani prikazu...
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
PROMPT_COMMAND="history -a;history -n; $PROMPT_COMMAND"
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=10000
HISTFILESIZE=50000
# moje vložené ignoruje príkazy
HISTIGNORE=rm:yyy:yya:mv:ll:jw:lsl:ls:ls*:cd:.:..:...:\n:cd*:poweroff:reboot:exit
HISTIGNORE=yy*:jw:.:..*:poweroff:reboot:exit
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.

Loading…
Cancel
Save