From ec5b37a0939b7da7500e0b1349e1bcbf167e86c3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 19 Apr 2019 19:55:55 -0400 Subject: Simplify ENV default value in catsh.1 --- bin/catsh/catsh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1 nchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/home/.config (unfollow)
Commit message (Collapse)Author
2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe
2018-08-20Generate scheme.hJune McEnroe
2018-08-20Add dependencies on gfx.hJune McEnroe
2018-08-18Add Blondie — Heart of GlassJune McEnroe
Why didn't I know about this song? I love it.
2018-08-18Set FCEDIT=$EDITORJune McEnroe
2018-08-18Only post commits with bodies to MastodonJune McEnroe
2018-08-18Run tf/cfg link script with /bin/shJune McEnroe
2018-08-18Run {,s,t}up with /bin/shJune McEnroe
2018-08-18Use whence instead of typeJune McEnroe
type is an alias for whence -v and is more for human consumption.
2018-08-18Cut off path components until right prompt fitsJune McEnroe
Keeps paths valid (from somehwere) rather than abrupt truncation.
2018-08-17Add "private" alias to source encrypted fileJune McEnroe
Why is there no easy way to *edit* an encrypted file?
2018-08-17Add vim mapping to add a #includeJune McEnroe