From 8281a0f44e63c51ea3d412fabce59e70002af312 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 17 Dec 2021 10:32:20 +0100 Subject: [PATCH] Add alias to copy to clipboard from cmd line --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 18acc04..733c46a 100644 --- a/.zshrc +++ b/.zshrc @@ -131,3 +131,4 @@ _fzf_compgen_dir() { export FZF_COMPLETION_OPTS='-m' eval $(thefuck --alias) +alias cb="xclip -selection clipboard"