From e1c2b9c783587547cbf740ee76206507fbbde330 Mon Sep 17 00:00:00 2001 From: Dongxu Wang Date: Mon, 29 Jan 2024 18:58:20 +0800 Subject: feat: make history list format configurable (#1638) * feat: make history list format configurable * Update atuin-client/config.toml * review: run format --------- Co-authored-by: Ellie Huxtable --- atuin-client/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index d18d9783..9a094f88 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -84,6 +84,9 @@ ## alt-0 .. alt-9 # ctrl_n_shortcuts = false +## default history list format - can also be specified with the --format arg +# history_format = "{time}\t{command}\t{duration}" + ## prevent commands matching any of these regexes from being written to history. ## Note that these regular expressions are unanchored, i.e. if they don't start ## with ^ or end with $, they'll match anywhere in the command. -- cgit v1.3.1