/release/picobsd/floppy.tree/etc/profile

https://bitbucket.org/freebsd/freebsd-head/ · #! · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 09c3b70cbae3c0fa41ec1654935e0fa6 MD5 · raw file

  1. # System-wide .profile file for sh(1).
  2. BLOCKSIZE=K; export BLOCKSIZE
  3. PATH=/stand:.; export PATH
  4. EDITOR=ee; export EDITOR
  5. set -E