Set KEEP_LIST_FORMAT in the shell init function

This commit is contained in:
Andrew Phillips
2023-09-20 19:02:47 +00:00
parent fdc4544068
commit d189f27db8

View File

@@ -21,8 +21,8 @@ function __keep_preexec_init {
preexec_functions+=(__keep_preexec)
fi
if [[ -z $KEEP_LIST_META ]]; then
export KEEP_LIST_META="hostname,command"
if [[ -z $KEEP_LIST_FORMAT ]]; then
export KEEP_LIST_FORMAT="id,time,size,tags,meta:hostname,meta:command"
fi
}