Guest User

Untitled

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