Prefer ~/bin to default PATH components

This commit is contained in:
2024-05-28 16:54:18 +02:00
parent 0912a6f6d8
commit 4e1f060c42

View File

@@ -4,7 +4,7 @@ if [[ "$(passwd --status $USER | awk '{print $2}')" =~ ^(NP|L)$ ]] ; then
while ! sudo passwd $USER ; do ; done while ! sudo passwd $USER ; do ; done
fi fi
export PATH="${PATH}:${HOME}/bin" export PATH="${HOME}/bin:${PATH}"
export EDITOR="helix" export EDITOR="helix"
export VISUAL="helix" export VISUAL="helix"