From 62a00e0b967cb7c429f31595cdb265ed7510c7b1 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..ede2cfa 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