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