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";