From 04129b29529fa934862610b08570347b079e521a Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 22 Jul 2024 21:02:22 +0200 Subject: [PATCH] Make sure wlc/wlp works on mac --- home/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index a680822..7d6e0b9 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -123,6 +123,9 @@ alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 { if [[ "$(uname)" != "Darwin" ]]; then alias wlc="wl-copy" alias wlp="wl-paste" +else + alias wlc="pbcopy" + alias wlp="pbpaste" fi # Alias functions