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;