diff options
author | Linnnus <[email protected]> | 2023-11-07 17:37:37 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-07 17:37:37 +0100 |
commit | 3824d4d797d39bd6f2dee3655027a79713ef400c (patch) | |
tree | 617a3e9294573604aaedc04c72973639cc919954 /home/zsh/default.nix | |
parent | f538d7e75a4caba9d4bff0a3273c8cd5efa616ff (diff) |
home/zsh+pkgs: Add watch-while for long commands lol
Diffstat (limited to 'home/zsh/default.nix')
-rw-r--r-- | home/zsh/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix index b759b0e..e45f731 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -2,6 +2,7 @@ imports = [ ./plugins.nix ./editing.nix + ./watch-while.nix ]; programs.zsh = { |