Inital commit

This commit is contained in:
Patrick Verschuer
2026-02-10 17:45:43 +01:00
parent 5e42471eee
commit 1d77beae73
5 changed files with 43 additions and 0 deletions

4
lib/bash_history Normal file
View File

@@ -0,0 +1,4 @@
export HISTTIMEFORMAT='%Y_%m_%d %H:%M:%S '
export HISTFILESIZE='big'
export HISTSIZE='big'
export HISTFILE=~/.bash_history_patrick