configuration merge with laptop and pc

This commit is contained in:
2026-08-15 21:51:35 +02:00
parent b0b2e04b7f
commit 974858253b
32 changed files with 1861 additions and 144 deletions
+2 -2
View File
@@ -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 ---