st

my customized branch of st
git clone git://git.jakekoroman.com/st
Log | Files | Refs | README | LICENSE

commit f8ed14d03959566b6208d3fa50b70e54340ff72c
parent fb19ddd164e16c62925173825140298d054438e7
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Fri,  3 Oct 2025 10:24:54 -0400

config.mk: change default prefix to ~/.local

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.3 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = $(HOME)/.local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include