From fad96230fef4b7cbacb48a4ab932e6f47994753b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 26 Dec 2024 18:23:40 -0500 Subject: [PATCH] global/shell: add watch alias --- modules/global/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index c3c5c5a..6c59455 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -87,6 +87,8 @@ in e = "edit"; ei = "editi"; + watch = "watch -n 0.5 "; + lpath = "echo \"$PATH\" | tr \":\" \"\n\""; timestamp = "date +%s -d";