From b426e53e8eb7e4c2556ca7391dd06f1d02c1356f Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 3 Aug 2026 14:28:42 +0200 Subject: [PATCH] Add aliases for easier `xclip`ing --- .config/shell/aliases | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/shell/aliases b/.config/shell/aliases index 0f47b0e..c32f427 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -12,6 +12,12 @@ if _command_exists batcat; then fi +if _command_exists xclip; then + alias clip='xclip -selection clipboard' + alias clip-out='xclip -selection clipboard -o' +fi + + # Integrate `git` if _command_exists git; then