summary refs log tree commit diff
path: root/bin/catsh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-04-19 19:55:55 -0400
committerJune McEnroe <june@causal.agency>2019-04-19 19:55:55 -0400
commitec5b37a0939b7da7500e0b1349e1bcbf167e86c3 (patch)
tree6bb9ae8bd8115f021f7261f1e47ecaad8c783d1c /bin/catsh
parentFactor out XDG_CONFIG_HOME and XDG_DATA_HOME (diff)
downloadsrc-ec5b37a0939b7da7500e0b1349e1bcbf167e86c3.tar.gz
src-ec5b37a0939b7da7500e0b1349e1bcbf167e86c3.zip
Simplify ENV default value in catsh.1
Diffstat (limited to '')
-rw-r--r--bin/catsh/catsh.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/catsh/catsh.1 b/bin/catsh/catsh.1
index ba7bab73..6940007f 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
it: update to 1.9.1Christian Hesse