From 8624fd69422986db9d22e5b7cd5e7d0c28205ef5 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 28 Dec 2020 21:59:23 -0500 Subject: Set H_SETUNIQUE --- bin/dash/src/histedit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/dash') diff --git a/bin/dash/src/histedit.c b/bin/dash/src/histedit.c index 58163314..1b7ad238 100644 --- a/bin/dash/src/histedit.c +++ b/bin/dash/src/histedit.c @@ -169,6 +169,7 @@ sethistsize(const char *hs) (histsize = atoi(hs)) < 0) histsize = 100; history(hist, &he, H_SETSIZE, histsize); + history(hist, &he, H_SETUNIQUE, 1); } } -- cgit 1.4.1 n value='a1ce71dcd1d46119de3390970ac7864511cd36f6'>this commit dontfiles
summary refs log tree commit diff
path: root/home/.config/git (unfollow)
Commit message (Expand)Author
2020-02-12Update catgirl pty grabJune McEnroe
2020-02-12Link to cgit /about pages where appropriateJune McEnroe
2020-02-11Separate LINKS from BINS for html to workJune McEnroe
2020-02-11Add margin to Bl-bullet itemsJune McEnroe
2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe
2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe
2020-02-09Add To Be Taught, If FortunateJune McEnroe
2020-02-04Add The Future of Another TimelineJune McEnroe
2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe
2020-01-28Change scout sensitivity to 1.4June McEnroe
2020-01-28Import shows.txtJune McEnroe