Update z_oracle.sh
This commit is contained in:
@@ -66,3 +66,7 @@ fi
|
|||||||
if [ -t 0 ]; then
|
if [ -t 0 ]; then
|
||||||
stty intr ^C
|
stty intr ^C
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# append history immediatly
|
||||||
|
shopt -s histappend
|
||||||
|
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
|
||||||
|
|||||||
Reference in New Issue
Block a user