From c67d4836f4d6d5e6c8ef4e2de38bd21ccb6ee1a1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 23 Nov 2022 23:35:59 -0700 Subject: tidy and simplify shell init Rely on SPWCRONTAB property to set PATH for cronjobs, and otherwise rely on .profile, .xsessionrc etc. to set PATH, once, at login. Just archive scripts I haven't used lately which might otherwise need more significant adjustments, or appear to be broken in other ways. --- bin/emacsclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/emacsclient') diff --git a/bin/emacsclient b/bin/emacsclient index 89c76443..f9a238c5 100755 --- a/bin/emacsclient +++ b/bin/emacsclient @@ -232,7 +232,7 @@ elif $want_update && ! $want_version; then # Facility to update a (running) daemon's env for a new login session. # This allows us to have the Emacs daemon survive restarts of the # graphical desktop environment, and to update Emacs on a remote host when - # there is a new forwarded SSH agent socket. See 'upenv' in .bash_defns. + # there is a new forwarded SSH agent socket. See 'upenv' in ~/.shinit. # # --spw/update-environment may be combined with a regular request or be # the only thing asked of this script. -- cgit v1.2.3