Guest User

Untitled

a guest
Dec 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # if [ -f $HOME/.bashrc ]; then
  2. # source $HOME/.bashrc
  3. # fi
  4.  
  5. test -f ~/.profile && . ~/.profile
  6. test -f ~/.bashrc && . ~/.bashrc
Add Comment
Please, Sign In to add comment