Updated the p3 build script.

This commit is contained in:
Storm Dragon
2023-08-19 19:51:59 -04:00
parent 110e7d9253
commit 7d15478e18
7 changed files with 112 additions and 18 deletions

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