Update theme

This commit is contained in:
2024-04-04 12:51:24 +02:00
parent 84425c084a
commit 4db1976bcd
117 changed files with 15381 additions and 238 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
HISTSIZE=10000000
HISTFILESIZE=10000000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.