mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
5 lines
128 B
Bash
5 lines
128 B
Bash
# System-wide .profile file for sh(1).
|
|
BLOCKSIZE=K; export BLOCKSIZE
|
|
PATH=/stand:.; export PATH
|
|
EDITOR=ee; export EDITOR
|
|
set -E
|