We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec8f2b commit c637c05Copy full SHA for c637c05
dotfiles/bashrc
@@ -18,6 +18,10 @@ HISTFILESIZE=4000000
18
# update the values of LINES and COLUMNS.
19
shopt -s checkwinsize
20
21
+# update history after each execution
22
+shopt -s histappend
23
+PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
24
+
25
# make less more friendly for non-text input files, see lesspipe(1)
26
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
27
0 commit comments