Added the xclip into a MAC

This commit is contained in:
Marcin Woźniak 2023-02-16 22:54:59 +01:00
parent 191cd2e4e1
commit aefa6d73ca

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/"