Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $ grep path_helper /etc/* 2>/dev/null
  2. /etc/csh.login:#if ( -x /usr/libexec/path_helper ) then
  3. /etc/csh.login:# eval `/usr/libexec/path_helper -c`
  4. /etc/profile:#if [ -x /usr/libexec/path_helper ]; then
  5. /etc/profile:# eval `/usr/libexec/path_helper -s`
  6. /etc/zprofile:#if [ -x /usr/libexec/path_helper ]; then
  7. /etc/zprofile:# eval `/usr/libexec/path_helper -s`
  8. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement