mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Default to ee as EDITOR (some apps such as disklabel default to "vi"
which is not available).
This commit is contained in:
parent
45b51b4564
commit
6a615db5a9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# System-wide .profile file for sh(1).
|
||||
BLOCKSIZE=K; export BLOCKSIZE
|
||||
PATH=/stand:.; export PATH
|
||||
EDITOR=ee; export EDITOR
|
||||
set -E
|
||||
|
|
|
|||
Loading…
Reference in a new issue