From 1ae10618ae58a0e413c29f2649bce2435568efeb Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 7 Apr 2025 23:31:18 +0200 Subject: [PATCH] Workaround for cb --- .zshenv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 87d4ced..2538013 100644 --- a/.zshenv +++ b/.zshenv @@ -1,7 +1,9 @@ +#!/usr/bin/env bash + # Path shenanigans export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin"; - +export CLIPBOARD_NOGUI=true; export QT_STYLE_OVERRIDE="kvantum";