summary refs log tree commit diff
path: root/bin/catsh/var.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/catsh/var.c (renamed from bin/cash/var.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cash/var.c b/bin/catsh/var.c
index 70e05385..4e486e64 100644
--- a/bin/cash/var.c
+++ b/bin/catsh/var.c
@@ -110,13 +110,13 @@ int forcelocal;
 static const struct varinit varinit[] = {
 	{
 		&venv, 0,
-		"ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/cash/env.sh",
+		"ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/catsh/env.sh",
 		NULL,
 	},
 #ifndef NO_HISTORY
 	{
 		&vhistfile, 0,
-		"HISTFILE=${XDG_DATA_HOME:-${HOME}/.local/share}/cash/history",
+		"HISTFILE=${XDG_DATA_HOME:-${HOME}/.local/share}/catsh/history",
 		sethistfile,
 	},
 	{ &vhistsize,	VUNSET,				"HISTSIZE=",
ed5d35c4&follow=1'>Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe When? Now. 2019-07-24Remove histedit from bitJune McEnroe