Guest User

Untitled

a guest
Oct 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Source the file if it exists
  2. if [ -f ~/.bashrc ]; then
  3. source ~/.bashrc
  4. fi
  5.  
  6. # hopefully turns off the annoying bell in hyperterm
  7. setterm -blength 0
Add Comment
Please, Sign In to add comment