use the sqlite backend with xonsh

This way I have the history from all open shells directly accessible
and it should provide better performance.
This commit is contained in:
Andreas Zweili 2022-01-29 12:39:34 +01:00
parent 1c83c515af
commit ff1c8687eb
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
aliases['format-module'] = "nixpkgs-fmt **/*.nix"
aliases['vm'] = "vim"
$XONSH_COLOR_STYLE = 'solarized-light'
$XONSH_HISTORY_BACKEND = 'sqlite'
'';
};
users.users.${username} = {