From ed1a8e7aa74431598bd84ee1ba7ac0d6d191c8c5 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 29 Nov 2023 09:54:11 +0100 Subject: [PATCH] remove cb from zshrc (to local) --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index fd09b49..26eee11 100644 --- a/.zshrc +++ b/.zshrc @@ -32,7 +32,6 @@ alias gls=/bin/ls alias neorg='nvim -c "Neorg workspace $1"' alias accon="HOST=$(hostname) conda activate" alias gotemp="cd $(mktemp -d)" -alias cb="flatpak run app.getclipboard.Clipboard" ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }