diff --git a/profile.bash b/profile.bash index a60dce0..86da09f 100755 --- a/profile.bash +++ b/profile.bash @@ -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 }