From c0129ab7df1a7a8976ab752affbde134cac987ef Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jun 2020 16:31:34 -0500 Subject: [PATCH] .profile: Simplify path patching even more --- .profile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.profile b/.profile index 6ff7cc02..ccb5da5a 100755 --- a/.profile +++ b/.profile @@ -25,20 +25,10 @@ _baseshell="$(basename -- "$0")" # Patch PATH -unset PATH for dir in \ "$HOME/.bin" \ "$HOME/.local/bin" \ "$HOME/.firestarter" \ - "/usr/games" \ - "/usr/local/games" \ - "/snap/bin" \ - "/sbin" \ - "/bin" \ - "/usr/sbin" \ - "/usr/bin" \ - "/usr/local/sbin" \ - "/usr/local/bin" \ "/usr/local/opt/coreutils/libexec/gnubin" \ "/usr/local/opt/gnu-sed/libexec/gnubin" \ "/usr/local/opt/grep/libexec/gnubin" \