home · contact · privacy
Minor fixes. master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 3 Mar 2025 23:49:34 +0000 (00:49 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 3 Mar 2025 23:49:34 +0000 (00:49 +0100)
testing/home/all/.bashrc
testing/home/all/.profile

index 001a880e39618b1d0c499f4922ff0d67dab8e835..ec686eb0b684ac5c23389f88504bcafd1403e23e 100644 (file)
@@ -7,7 +7,6 @@ export EDITOR="${VISUAL}"
 # Some helpful aliases.
 alias curlpost='curl -H "Content-Type: application/json" -X POST'
 alias ls="ls --color=auto"
-alias sshauth='eval $(ssh-agent) && ssh-add'
 
 # Colored prompt with username, hostname, date/time, directory.
 COLOR_NUMBER=7  # default to white
index 5a8ac4655f6e5c1b6096b897d32e6fda545251aa..a2a8dcac5cb38e41e1bc24452050620a8e407605 100644 (file)
@@ -7,6 +7,8 @@
 # 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}"