From 46d31edb1f891528297a532feff4ec76e9baf68f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 6 Apr 2023 11:00:16 +0200 Subject: [PATCH] Fix fish watch abbr --- home/modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 32528c5e..04dff290 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -52,7 +52,7 @@ in { mkdir = "mkdir -p"; # also create parents (-p) blk = batify "lsblk -o NAME,LABEL,UUID,FSTYPE,SIZE,FSUSE%,MOUNTPOINT,MODEL"; grep = "grep --color=auto -E"; # grep with extended regex - watch = "watch -d -c -n -0.5"; + watch = "watch -d -c -n 0.5"; # systemd failed = "systemctl --failed";