summary refs log tree commit diff
path: root/bin/catsh/var.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-04-18 20:30:54 -0400
committerJune McEnroe <june@causal.agency>2019-04-18 20:30:54 -0400
commitfb20e8c32eddb5ea4aedd44cfc0c49402ff9184d (patch)
treed9873161c7d43e452e47fdf8184439c1b6d85ca6 /bin/catsh/var.c
parentColor python imports as Statement (diff)
downloadsrc-fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d.tar.gz
src-fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d.zip
Rename cash to catsh
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=",
pan>Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe