Add /usr/gnu/bin to $PATH as last search step
This commit is contained in:
parent
4dfe841667
commit
04822e9cc9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ umask 022
|
||||||
# Favourite editor and pager, search path for binaries, etc.
|
# Favourite editor and pager, search path for binaries, etc.
|
||||||
export EDITOR=vi
|
export EDITOR=vi
|
||||||
export PAGER=more
|
export PAGER=more
|
||||||
export PATH=$HOME/bin:/usr/local/bin:/bin:/usr/bin
|
export PATH=$HOME/bin:/usr/local/bin:/bin:/usr/bin:/usr/gnu/bin
|
||||||
|
|
||||||
} # End of no-repeat.
|
} # End of no-repeat.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue