Update z_oracle.sh

This commit is contained in:
Yacine31
2023-04-19 01:16:43 +02:00
parent fcb0fb75ad
commit 56469399c7

View File

@@ -66,3 +66,7 @@ fi
if [ -t 0 ]; then
stty intr ^C
fi
# append history immediatly
shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"