zsh: remove zsh-auto-notify
plugin
`AUTO_NOTIFY_IGNORE` keeps being reset within a tmux session, so I'm removing this for now until I have time to investigate further and resolve.
This commit is contained in:
parent
d2ae9d01ee
commit
537eb704e7
|
@ -89,17 +89,12 @@
|
|||
tags = [ "from:oh-my-zsh" ];
|
||||
}
|
||||
|
||||
{ name = "MichaelAquilina/zsh-auto-notify"; }
|
||||
{ name = "olets/zsh-abbr"; }
|
||||
|
||||
{ name = "zsh-users/zsh-completions"; }
|
||||
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
||||
];
|
||||
};
|
||||
|
||||
sessionVariables = {
|
||||
AUTO_NOTIFY_IGNORE = import ./zsh/auto-notify-ignore.nix;
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/zsh-abbr/user-abbreviations".text = builtins.readFile ./zsh/abbreviations.zsh;
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[
|
||||
"atuin"
|
||||
"bat"
|
||||
"cat"
|
||||
"docker"
|
||||
"git"
|
||||
"htop"
|
||||
"less"
|
||||
"man"
|
||||
"more"
|
||||
"nix develop"
|
||||
"nvim"
|
||||
"ssh"
|
||||
"t"
|
||||
"tldr"
|
||||
"watch"
|
||||
]
|
Loading…
Reference in a new issue