From d189f27db826899aef021507fcea8114a02f829c Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 20 Sep 2023 19:02:47 +0000 Subject: [PATCH] Set KEEP_LIST_FORMAT in the shell init function --- profile.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }