commit 8b9a84ef1213d07fad42cf1230d433acbe679524 parent 8d7c43e1013339743744df8dc4c079afc1c7d4e2 Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 22 May 2020 10:02:32 -0400 my.sh: $HOME/bin should always be first in $PATH Diffstat:
M | etc/profile.d/99-my.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/etc/profile.d/99-my.sh b/etc/profile.d/99-my.sh @@ -1 +1 @@ -__addpath "$HOME/bin"- \ No newline at end of file +__addpath "$HOME/bin" before