Added the xclip into a MAC

This commit is contained in:
Marcin Woźniak 2023-02-16 22:54:59 +01:00
parent 80a705ee7f
commit 63d3e07729

1
.zshrc
View File

@ -188,6 +188,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias ls="ls -Gh"
alias mpv="mpv --no-resume-playback"
alias code="open -a 'Visual Studio Code'"
alias xclip="pbcopy"
# Project
alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/"