From e774304bd20f02cd9b63e23d02d9cddb8dad03c2 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 21 Aug 2024 09:57:34 +0200 Subject: [PATCH] delta: fix changed flags --- home/common/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/fish.nix b/home/common/fish.nix index 4798ae2..84c8418 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -119,7 +119,7 @@ l = "bat"; ls = "eza"; tree = "eza --tree"; - top = "btm --basic --enable_cache_memory --enable_gpu_memory --battery"; + top = "btm --basic --enable_cache_memory --battery"; ts = "TZ=Z date '+%Y%m%dT%H%M%SZ'"; w = "viddy -n1 $history[1]"; xc = "fish_clipboard_copy";