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 | 82a7e4cd0789c4730275e5fe72876a98f96676e4 (patch) | |
tree | 3c5627826479c871fcbd92bfa42dfb83012dcf72 /bin/cash/cash.1 | |
parent | Use colours in cash prompts (diff) | |
download | src-82a7e4cd0789c4730275e5fe72876a98f96676e4.tar.gz src-82a7e4cd0789c4730275e5fe72876a98f96676e4.zip |
Change default ENV from cashrc to env.sh
Diffstat (limited to '')
-rw-r--r-- | bin/cash/cash.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/cash.1 b/bin/cash/cash.1 index dfd32e79..52a71a7a 100644 --- a/bin/cash/cash.1 +++ b/bin/cash/cash.1 @@ -142,7 +142,7 @@ The default value of .Ev ENV is: .Pp -.Dl "ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/cash/cashrc" +.Dl "ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/cash/env.sh" . .Pp The first non-option argument specified on the command line |