Skip to content

Commit

Permalink
Viddy is a pretty great replacement for watch (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout authored Jul 8, 2024
2 parents 46ce7ef + b0fccd8 commit 438c588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/modules/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
pkgs.mosh # SSH client replacement
pkgs.pinentry.tty
pkgs.tree
pkgs.viddy
pkgs.viddy # `watch` replacement
pkgs.wget
];
shellAliases.watch = "viddy";
shellAliases.watch = "${pkgs.viddy}/bin/viddy";
};

programs = {
Expand Down

0 comments on commit 438c588

Please sign in to comment.