From f9e2486a8743696cd88414a29193e15aae5dd36b Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 23 Apr 2024 22:52:39 +0000 Subject: [PATCH] Remove unnecessary PATH modification --- dotfiles/.bash_profile | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 5276eb27..5545f007 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -3,4 +3,3 @@ # [[ -f ~/.bashrc ]] && . ~/.bashrc -PATH="${PATH:+${PATH}:}~/.local/bin"