Add alias to copy to clipboard from cmd line

master
Quentin Duchemin 2021-12-17 10:32:20 +01:00
parent f214833afb
commit 8281a0f44e
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -131,3 +131,4 @@ _fzf_compgen_dir() {
export FZF_COMPLETION_OPTS='-m' export FZF_COMPLETION_OPTS='-m'
eval $(thefuck --alias) eval $(thefuck --alias)
alias cb="xclip -selection clipboard"