Skip to content

Commit

Permalink
feat ✨(zsh): add viddy watch alternative
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Oct 16, 2024
1 parent f05eacb commit 5420516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeManagerModules/zshConfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
pkgs.btop # top replacer
pkgs.duf # df replacer
pkgs.sd # sed alternative
pkgs.viddy # watch alternative
];
programs = {
atuin = {
Expand Down Expand Up @@ -114,6 +115,7 @@
];
enable = true;
shellAliases = {
watch = "viddy";
y = "yazi";
top = "btop";
df = "duf";
Expand Down

0 comments on commit 5420516

Please sign in to comment.