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)
|
preexec_functions+=(__keep_preexec)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $KEEP_LIST_META ]]; then
|
if [[ -z $KEEP_LIST_FORMAT ]]; then
|
||||||
export KEEP_LIST_META="hostname,command"
|
export KEEP_LIST_FORMAT="id,time,size,tags,meta:hostname,meta:command"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user