From 1a1d752b671d1ef628b7488af639ef44bc731a83 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Mon, 24 Mar 2025 10:10:31 +0100 Subject: [PATCH] path fixes --- .profile##hostname.owlenlap02 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.profile##hostname.owlenlap02 b/.profile##hostname.owlenlap02 index f6af054..9929bf2 100644 --- a/.profile##hostname.owlenlap02 +++ b/.profile##hostname.owlenlap02 @@ -1,5 +1,6 @@ # Added by Toolbox App -export PATH="$PATH:/home/mpuchstein/.local/share/JetBrains/Toolbox/scripts" - +export PATH="${PATH}:/home/mpuchstein/.local/share/JetBrains/Toolbox/scripts" +export PATH="${PATH}:/home/mpuchstein/.local/bin" +export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"