From ff0be884d167f73b834d6d08ee9efa29d190f252 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"