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