From 8ba6cf4334a0093573569566a35085bf5c0338fa Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 27 May 2024 13:20:54 +0200 Subject: [PATCH] Update rc_awesome.xsh --- xontrib/rc_awesome.xsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xontrib/rc_awesome.xsh b/xontrib/rc_awesome.xsh index 9101f14..dba9f35 100644 --- a/xontrib/rc_awesome.xsh +++ b/xontrib/rc_awesome.xsh @@ -53,8 +53,9 @@ $PROMPT_FIELDS['prompt_end'] = '@' # Add xontrib-cmd-durations to right prompt. $RIGHT_PROMPT = '{long_cmd_duration}' -# The SQLite history backend saves command immediately -# unlike JSON backend that save the commands at the end of the session. +# The SQLite history backend: +# * Saves command immediately unlike JSON backend. +# * Allows to do `history pull` to get commands from another parallel session. $XONSH_HISTORY_BACKEND = 'sqlite' # What commands are saved to the history list. By default all commands are saved.