fix(impermanence): rm .zsh_history for now
This commit is contained in:
parent
d1c8502873
commit
cedba9c4f6
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
config = lib.mkIf (config.cli.shell == "zsh") {
|
config = lib.mkIf (config.cli.shell == "zsh") {
|
||||||
home.sessionVariables.SHELL = "zsh";
|
home.sessionVariables.SHELL = "zsh";
|
||||||
home.persistence."/persist/home/${config.snowfallorg.user.name}".files = [ ".zsh_history" ];
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
|
@ -26,7 +25,7 @@
|
||||||
PROMPT='> '
|
PROMPT='> '
|
||||||
RPROMPT='[%D{%L:%M:%S %p}]'
|
RPROMPT='[%D{%L:%M:%S %p}]'
|
||||||
|
|
||||||
TMOUT=1
|
TMOUT=10
|
||||||
|
|
||||||
TRAPALRM() {
|
TRAPALRM() {
|
||||||
zle reset-prompt
|
zle reset-prompt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue