From f37c93c9d32d0b3872bcb6628746493899f7447f Mon Sep 17 00:00:00 2001 From: wangyuhang Date: Fri, 22 Nov 2024 16:32:43 +0800 Subject: [PATCH] del doesn't exist PATH dirs in bashrc --- bash.spec | 5 ++++- dot-bashrc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 4de6de4..0724b2a 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.2.37 -Release: 1 +Release: 2 Summary: It is the Bourne Again Shell License: GPL-3.0-or-later URL: https://www.gnu.org/software/bash @@ -161,6 +161,9 @@ make check %exclude %{_infodir}/dir %changelog +* Fri Nov 22 2024 wangyuhang - 5.2.37-2 +- del doesn't exist PATH dirs in bashrc + * Tue Sep 24 2024 Funda Wang - 5.2.37-1 - update to 5.2.37 diff --git a/dot-bashrc b/dot-bashrc index 8212e78..508de91 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -2,5 +2,4 @@ [ -f /etc/bashrc ] && . /etc/bashrc # User environment PATH -PATH="$HOME/.local/bin:$HOME/bin:$PATH" export PATH -- Gitee