Skip to content
Snippets Groups Projects
Commit 0b6187a4 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

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

parent dd61da20
Branches master
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment