Set KEEP_LIST_FORMAT in the shell init function
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user