diff options
author | Linnnus <[email protected]> | 2023-10-21 16:34:25 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-21 21:23:35 +0200 |
commit | 601245148c9d6b06956d45031b575c8640f6b9e0 (patch) | |
tree | 2bd9a6e0e9564877a0812bda28f719fdecec111f /home/zsh/plugins.nix | |
parent | de26d9ede763f04517d1995b69c1c7611502ef59 (diff) |
zsh: Refactor + add external editing
Diffstat (limited to 'home/zsh/plugins.nix')
-rw-r--r-- | home/zsh/plugins.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/zsh/plugins.nix b/home/zsh/plugins.nix index 73a35a3..91cee3d 100644 --- a/home/zsh/plugins.nix +++ b/home/zsh/plugins.nix @@ -1,3 +1,4 @@ +# This module manages behavioral plugins – plugins that alter how ZSH acts (e.g. autovenv, direnv). { pkgs, lib, |