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:
Oliver Davies 2024-07-11 13:14:10 +01:00
parent d2ae9d01ee
commit 537eb704e7
2 changed files with 0 additions and 22 deletions

View file

@ -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;

View file

@ -1,17 +0,0 @@
[
"atuin"
"bat"
"cat"
"docker"
"git"
"htop"
"less"
"man"
"more"
"nix develop"
"nvim"
"ssh"
"t"
"tldr"
"watch"
]