From 954ed088cc37303b13b5fd9d33cf3650e6218ac4 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 14 May 2020 10:30:15 +0200 Subject: [PATCH] Remove links from xprofile and zprofile, as they were making profile sourced twice --- dotfiles/bash/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/profile b/dotfiles/bash/profile index 708a4d5..2a9b3ea 100644 --- a/dotfiles/bash/profile +++ b/dotfiles/bash/profile @@ -6,4 +6,4 @@ export EDITOR="/bin/vim" export PATH="$HOME/.cargo/bin:$PATH" -export PATH="$HOME/.local/bin:$PATH" +export PATH="$PATH:$HOME/.local/bin"