Commit 0b6187a4 authored by Taddeus Kroes's avatar Taddeus Kroes

.local/bin now has priority over rest of PATH to be able to overwrite system commands

parent dd61da20
......@@ -117,7 +117,7 @@ export LANG="$LC_ALL"
export EDITOR=vim
export PATH=$PATH:$HOME/.local/bin
export PATH=$HOME/.local/bin:$PATH
#
# local, installation-specific config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment