home · contact · privacy
Improve. master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 24 Mar 2025 02:57:10 +0000 (03:57 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 24 Mar 2025 02:57:10 +0000 (03:57 +0100)
testing/home/all/.profile
testing/home/desktop/.profile.desktop

index d4f1e09d7cfbcf9ba39b82b058f451204a9a8335..02e3771fae4c9baf1b5b135acaab75129be20064 100644 (file)
@@ -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.
 # 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}"
 
 PATH_BASHRC="${HOME}/.bashrc"
 [ -n "${BASH_VERSION}" -a -f "${PATH_BASHRC}" ] && . "${PATH_BASHRC}"
 
index 83c9169ebcfb5771e2952d383f9d01c9b65d8049..57a42bde7c66b75c32b801c6a80400244f111e37 100644 (file)
@@ -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
 
 vol 0