From c13911c8652769a174cfe4bf4641de71957947dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 25 Feb 2025 14:05:08 +0100 Subject: [PATCH] feat: cc alias for wl-copy --- SwarselSystems.org | 2 +- profiles/home/common/zsh.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 413427c..7abd9c4 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -9284,6 +9284,7 @@ Here we set some aliases (some of them should be shellApplications instead) as w lt = "eza -las modified --total-size"; boot-diff = "nix store diff-closures /run/*-system"; gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system"; + cc = "wl-copy"; } config.swarselsystems.shellAliases; autosuggestion.enable = true; @@ -11744,7 +11745,6 @@ I also define some keybinds to some combinations directly. Those are used mostly "C-c C-<" 'mc/mark-all-like-this ) - #+end_src *** Directory setup / File structure :PROPERTIES: diff --git a/profiles/home/common/zsh.nix b/profiles/home/common/zsh.nix index 9b93af0..91a504e 100644 --- a/profiles/home/common/zsh.nix +++ b/profiles/home/common/zsh.nix @@ -27,6 +27,7 @@ lt = "eza -las modified --total-size"; boot-diff = "nix store diff-closures /run/*-system"; gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system"; + cc = "wl-copy"; } config.swarselsystems.shellAliases; autosuggestion.enable = true;