From 5e9d869ed0f1a8419a50057c40b86b4431da9388 Mon Sep 17 00:00:00 2001 From: Curtis 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 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 -- cgit 1.4.1 ange='this.form.submit();'> IRC bouncer
summary refs log tree commit diff
path: root/contrib/palaver/configure (unfollow)
Commit message (Expand)Author
2020-08-12Add Additional Components section to READMEJune McEnroe
2020-08-12Document -L / palaver optionJune McEnroe
2020-08-11contrib/palaver: Document service configurationJune McEnroe
2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe
2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe