Guest User

Untitled

a guest
Feb 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
  2.  
  3. When an interactive shell that is not a login shell
  4. is started, bash reads and executes commands from
  5. /etc/bash.bashrc and ~/.bashrc, if these files exist.
  6.  
  7. PATH=$PATH:/usr/local/bin:/some/other/path
  8. export PATH
Add Comment
Please, Sign In to add comment