Guest User

Untitled

a guest
Apr 12th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. umask 022
  2.  
  3. PATH=/opt/bin:/opt/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
  4. export PATH
  5.  
  6. #This fixes the backspace when telnetting in.
  7. #if [ "$TERM" != "linux" ]; then
  8. # stty erase
  9. #fi
  10.  
  11. HOME=/root
  12. export HOME
  13.  
  14. TERM=${TERM:-cons25}
  15. export TERM
  16.  
  17. PAGER=more
  18. export PAGER
  19.  
  20. PS1="`hostname`> "
  21.  
  22. alias dir="ls -al"
  23. alias ll="ls -la"
Advertisement
Add Comment
Please, Sign In to add comment