Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
this is a very minor change but i think that in /etc/zsh/zprofile the path statement should read as follows: if [[ "$USER" == root ]]; then export PATH="/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin:${ROOTPATH}" else export PATH="/bin:/usr/bin:/usr/local/bin:${PATH}" fi the only change here is the addition of /usr/local/bin to the path. note that this mirrors the path statements in /etc/profile cheers -snf
Thanks for the bug report. Fixed in CVS now.