diff options
author | June McEnroe <june@causal.agency> | 2019-01-13 15:05:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-13 15:05:29 -0500 |
commit | 4758ffb1194e1d8471ab0f8abd4a41781dc13fda (patch) | |
tree | 92c5d3d989bf2050d33f565dd5e97698bf4e32d0 /bin/cash/var.c | |
parent | Use colours in cash prompts (diff) | |
download | src-4758ffb1194e1d8471ab0f8abd4a41781dc13fda.tar.gz src-4758ffb1194e1d8471ab0f8abd4a41781dc13fda.zip |
Change default ENV from cashrc to env.sh
Diffstat (limited to '')
-rw-r--r-- | bin/cash/var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/var.c b/bin/cash/var.c index e183eaa3..18e5de62 100644 --- a/bin/cash/var.c +++ b/bin/cash/var.c @@ -106,7 +106,7 @@ struct localvar *localvars; int forcelocal; static const struct varinit varinit[] = { - { &venv, 0, "ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/cash/cashrc", NULL }, + { &venv, 0, "ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/cash/env.sh", NULL }, #ifndef NO_HISTORY { &vhistsize, VUNSET, "HISTSIZE=", sethistsize }, |