From 97fd6e38d0c09c27feb9fcef7720c03846e722c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 16 Feb 2023 22:54:59 +0100 Subject: [PATCH] Added the xclip into a MAC --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 5261f42..4f16bd4 100644 --- a/.zshrc +++ b/.zshrc @@ -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/"