From 06bf4d6d0d8355684090b548e0aaf552a7b7b8ad Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 30 Jun 2024 01:26:13 +0200 Subject: [PATCH] fix: `wc` -> `wlc` --- modules/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index e5f292d..95a733f 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -26,7 +26,7 @@ # :q = "exit"; ezit = "exit"; irc = "ssh irc"; - wc = "wl-copy"; + wlc = "wl-copy"; zshrc = "nvim ~/.zshrc"; yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3"; zshconf = "nvim ~/.zshrc";