From bf13bdfdeddc7eb6237948802a055c063e66c250 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 22 Jul 2024 20:39:52 -0700 Subject: [PATCH] macos: remove copy 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 5c84853..f40945b 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -33,7 +33,7 @@ in programs.fish = { enable = true; - shellAbbrs = { + shellAbbrs = lib.mkIf (!macos) { copy = "xclip -sel clip"; }; interactiveShellInit =