diff options
author | Linnnus <[email protected]> | 2024-12-04 12:10:33 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-06 08:31:58 +0100 |
commit | e9a101ee0855ffe760dfee6a3bb59361c9c528ef (patch) | |
tree | 8f04eaec9fc96028ef794a832135291a4e84189b /home/zsh/default.nix | |
parent | b3cf126be6d25c4364b63f69b3edcb2b531b021e (diff) |
Revert "home/zsh+pkgs: Add watch-while for long commands lol"
This reverts commit 3824d4d797d39bd6f2dee3655027a79713ef400c.
Turned out to actually just be really annoying. Funny joke though.
Diffstat (limited to 'home/zsh/default.nix')
-rw-r--r-- | home/zsh/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 284812b..31796a9 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -2,7 +2,6 @@ imports = [ ./plugins.nix ./editing.nix - ./watch-while.nix ]; programs.zsh = { |