diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-23 11:25:20 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-23 11:25:22 +0200 |
commit | 283bebb1e5cc90c4b2789a28fd7d48ac8d641a1a (patch) | |
tree | 9559d4b0d33ff0ecfc14899a21d584d6b7377322 /%HOME% | |
parent | path.sh: don't canonicalize paths in path_add (diff) | |
download | linux-home-283bebb1e5cc90c4b2789a28fd7d48ac8d641a1a.tar.gz linux-home-283bebb1e5cc90c4b2789a28fd7d48ac8d641a1a.zip |
path.sh: remove deprecation notice
I actually do use these routines somewhere else.
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh index 58707f4..27564fb 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -5,10 +5,6 @@ # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. -# These are a couple of routines that allow you to add to your $PATH correctly -# and safely. Originally added as a dependency for other routines, currently -# are unused. TODO: remove? - path_add() ( set -o errexit -o nounset -o pipefail shopt -s inherit_errexit 2> /dev/null || true |