From eb43f0cbd5a05574a5d020f3e4b739d0ecb81338 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 21 Nov 2019 17:12:40 -0500 Subject: Remove HISTFILE default value --- bin/1sh/var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/1sh/var.c b/bin/1sh/var.c index 6cfeefe4..8a0d4418 100644 --- a/bin/1sh/var.c +++ b/bin/1sh/var.c @@ -113,7 +113,7 @@ static const struct varinit varinit[] = { { &venv, 0, "ENV=" XDG_CONFIG_HOME "/1sh/env.sh", NULL }, #ifndef NO_HISTORY - { &vhistfile, 0, "HISTFILE=" XDG_DATA_HOME "/1sh/history", + { &vhistfile, VUNSET, "HISTFILE=", sethistfile }, { &vhistsize, VUNSET, "HISTSIZE=", sethistsize }, -- cgit 1.4.1 mit dontfiles
summary refs log tree commit diff
path: root/bin/bit.y (unfollow)
Commit message (Collapse)Author
2020-02-04Add The Future of Another TimelineJune McEnroe
Wow. One of the best I've read.
2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe
Broke out LDLIBS for each bin, and made everything more uniform.
2020-01-28Change scout sensitivity to 1.4June McEnroe
idk it seems to work.
2020-01-28Import shows.txtJune McEnroe