From 7b08cc5e142c89d26c2a3c5e6a6646fe0109a525 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 16 Nov 2024 22:23:26 -0500 Subject: [PATCH] add `clip` and `paste` aliases --- nixos/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/zsh.nix b/nixos/zsh.nix index c542976..5320720 100755 --- a/nixos/zsh.nix +++ b/nixos/zsh.nix @@ -35,8 +35,12 @@ ff = "fastfetch"; neofetch = "fastfetch"; nf = "fastfetch"; + lg = "lazygit"; lad = "lazydocker"; + + clip = "wl-copy"; + paste = "wl-paste"; cat = "bat"; l = "eza -lhg ${ezaArgs}";