Move ash history from overlay to /tmp ()

pull/542/head
Paul Philippov 2022-11-03 04:20:06 -04:00 committed by GitHub
parent b48a3c21db
commit 41a2e5d404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
general/overlay/etc

View File

@ -4,6 +4,7 @@ export HOME=${HOME:-/root}
export TZ=$(cat /etc/TZ)
export SENSOR=$(fw_printenv -n sensor)
export ARCH=$(uname -m)
export HISTFILE=/tmp/.ash_history
echo_c() { echo -ne "\e[1;$1m$2\e[0m"; }