Prefer ~/bin to default PATH components
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user