diff options
author | June McEnroe <june@causal.agency> | 2019-04-19 19:55:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-04-19 19:55:55 -0400 |
commit | 5e9d869ed0f1a8419a50057c40b86b4431da9388 (patch) | |
tree | 293a7df6237ebcdd69f3c5653b3b97bee711af52 /bin | |
parent | Factor out XDG_CONFIG_HOME and XDG_DATA_HOME (diff) | |
download | src-5e9d869ed0f1a8419a50057c40b86b4431da9388.tar.gz src-5e9d869ed0f1a8419a50057c40b86b4431da9388.zip |
Simplify ENV default value in catsh.1
Diffstat (limited to '')
-rw-r--r-- | bin/catsh/catsh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/catsh/catsh.1 b/bin/catsh/catsh.1 index 6440f65d..60c93bf9 100644 --- a/bin/catsh/catsh.1 +++ b/bin/catsh/catsh.1 @@ -142,7 +142,7 @@ The default value of .Ev ENV is: .Pp -.Dl "ENV=${XDG_CONFIG_HOME:-${HOME}/.config}/catsh/env.sh" +.Dl "ENV=$XDG_CONFIG_HOME/catsh/env.sh" . .Pp The first non-option argument specified on the command line |