From 0a76de4b5cb0f8ce438055562a8305404238a276 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 30 Oct 2022 17:52:52 -0700 Subject: [PATCH] Added clip alias --- init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.zsh b/init.zsh index 0ed819e..2fe6fcf 100644 --- a/init.zsh +++ b/init.zsh @@ -28,6 +28,7 @@ SAVEHIST=10000 # Set some random stuff export BROWSER=firefox +alias clip=xclip -selection clipboard # Neovim stuff if [[ -v NVIM ]]; then