Added skel with some default files to improve convenience.

This commit is contained in:
Storm Dragon
2023-08-19 08:35:35 -04:00
parent 5bae083148
commit 44cc2024fc
5 changed files with 70 additions and 0 deletions

6
pi4/files/skel/.inputrc Normal file
View File

@ -0,0 +1,6 @@
# Reload changes with control+x followed by control+r
set echo-control-characters off
# History searching with up and down arrows.
"\e[A": history-search-backward
"\e[B": history-search-forward