configuration merge with laptop and pc
This commit is contained in:
@@ -12,10 +12,10 @@ HISTTIMEFORMAT="[%F %T] "
|
||||
HISTCONTROL="ignoredups"
|
||||
HISTSIZE="200"
|
||||
HISTFILESIZE="2000"
|
||||
shopt -s histappend
|
||||
shopt -s histappend # append new entries to the histry instead of overwriting
|
||||
|
||||
# --- Bash Options ---
|
||||
set -o vi
|
||||
set -o vi # mandated by POSIX
|
||||
shopt -s checkwinsize
|
||||
|
||||
# --- Pager ---
|
||||
|
||||
Reference in New Issue
Block a user