xref: /haiku/data/config/boot/UserSetupEnvironment.sample (revision 2beda3bb5be8191b672688bed7ddcadd2b17dc41)
1# Quick start for file UserSetupEnvironment.  Copy or rename this file as
2#	"/boot/home/config/boot/UserSetupEnvironment".
3# Add custom environment variables to initialize
4
5# This file is a standard bash script.  For more information regarding shell
6# scripts, refer to any online documentation for "bash scripting"
7
8# set Pe as the default svn editor for entering commit logs.
9# export SVN_EDITOR=lpe
10
11# Set important variables
12# export IS_COMPUTER_ON=1
13