From ad591635e0103eee9c2437e136050ea7c520f394 Mon Sep 17 00:00:00 2001 From: Jade Date: Tue, 30 Jan 2024 19:56:27 +0100 Subject: [PATCH] add alias for `xclip -selection c` --- other/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/other/config.nu b/other/config.nu index 7493ad2..cda795c 100644 --- a/other/config.nu +++ b/other/config.nu @@ -817,3 +817,4 @@ alias gca = git commit --all; alias gp = git push; alias gl = git pull; alias gs = git status; +alias clip = xclip -selection c;