From bc53ec3fbcaa070423ec99c9be59002a639ed8f1 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 24 Mar 2025 03:57:10 +0100 Subject: [PATCH] Improve. --- testing/home/all/.profile | 3 --- testing/home/desktop/.profile.desktop | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/home/all/.profile b/testing/home/all/.profile index d4f1e09..02e3771 100644 --- a/testing/home/all/.profile +++ b/testing/home/all/.profile @@ -6,9 +6,6 @@ # Notably this makes ~/.profile (outside its optional sourcing of ~/.bashrc) # useful for providing environment variables to non-shell applications started # within a login session. - -eval $(ssh-agent) && ssh-add - PATH_BASHRC="${HOME}/.bashrc" [ -n "${BASH_VERSION}" -a -f "${PATH_BASHRC}" ] && . "${PATH_BASHRC}" diff --git a/testing/home/desktop/.profile.desktop b/testing/home/desktop/.profile.desktop index 83c9169..57a42bd 100644 --- a/testing/home/desktop/.profile.desktop +++ b/testing/home/desktop/.profile.desktop @@ -1,2 +1,6 @@ +# so we don't have to enter our SSH key password all the time +eval $(ssh-agent) && ssh-add + +# zero audio volume (rather than "just" mute) vol 0 -- 2.30.2