From 9e6cca922f7ee04839e5ad3ee770344e97e61e83 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 14 Oct 2022 11:51:49 +0200 Subject: [PATCH] Change path order --- .config/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/environment b/.config/environment index b24b2aa..602a656 100644 --- a/.config/environment +++ b/.config/environment @@ -48,7 +48,7 @@ export OPENFAAS_URL="https://faas.serguzim.me" export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash" export PASSWORD_STORE_GENERATED_LENGTH='64' -export PATH="$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.bin:$HOME/.local/share/JetBrains/Toolbox/scripts" +export PATH="$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.bin:$HOME/.local/share/JetBrains/Toolbox/scripts:$PATH" export PS1='\$ ' export QT_QPA_PLATFORM="wayland;xcb"