Added the xclip into a MAC

This commit is contained in:
Marcin Woźniak 2023-02-16 22:54:59 +01:00
parent f40feebca6
commit 97fd6e38d0
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

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