From 727da4b2b0721f7fd992b3e1815eb5e46a781d67 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 17 Aug 2024 22:48:28 +0200 Subject: [PATCH] Fix merge issue with wlc aliases on mac --- home/.zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index bc6c8b9..2f21975 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -126,9 +126,6 @@ if [[ "$(uname)" == "Darwin" ]]; then else alias wlc="wl-copy" alias wlp="wl-paste" -else - alias wlc="pbcopy" - alias wlp="pbpaste" fi # Alias functions