1
0
mirror of git://git.suckless.org/ubase synced 2025-01-02 12:32:02 +00:00
ubase/config.h
sin 5f3c183b85 Setup a sane PATH across su(1)
Also added a config.h for the basic configuration of ubase.
2013-10-19 19:11:14 +01:00

5 lines
217 B
C

/* See LICENSE file for copyright and license details. */
#define ENV_SUPATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
#define ENV_PATH "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"