From 3b95074cd6b4399082ae8ff65a5169ebd3446596 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Tue, 8 Mar 2022 08:40:00 +0100 Subject: [PATCH] Update .zprofile - add paths and qt override --- zsh/.zprofile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index f607b9b..b9f47fb 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,4 +1,3 @@ - -# Created by `pipx` on 2021-05-28 22:30:25 -export PATH="$PATH:/home/vectorkappa/.local/bin" +export PATH="$PATH:~/.local/bin:~/.cargo/bin" export TERMINAL="alacritty" +export QT_STYLE_OVERRIDE="kvantum"