Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. PATH=/usr/local/bin:$PATH
  2. PATH=$HOME/bin:$PATH
  3. export PATH
  4.  
  5. for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
  6. [ -r "$file" ] && source "$file"
  7. done
  8. unset file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement