git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2022-03-21 09:38:36 +0100
committerH. P. <coding _æ_ lirion.de> 2022-03-21 09:38:36 +0100
commit21826df3c6dc99b31533b74770fd49173f409c81 (patch)
tree83f8ee4e42f3d7630769029b6e68e531b5e3ad59
parent59d4041c607de9c2300399bd7da676218e402c9a (diff)
downloaddotfiles-21826df3c6dc99b31533b74770fd49173f409c81.tar.bz2
varname fumble
-rw-r--r--.bash/aliases.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash
index 0086054..b66218c 100644
--- a/.bash/aliases.bash
+++ b/.bash/aliases.bash
@@ -62,7 +62,7 @@ alias sshr='ssh -o StrictHostKeyChecking=no'
alias sshk='ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no'
function add-sshagent-init {
for KEY in "${SSHKEYS[@]}";do
- ssh-add "$i"
+ ssh-add "$KEY"
done
}
# ----- FS ----- #
µv1.0.0H. P. 2024-05-251-2/+12 | | | | official websites * return if reading the fingerprint failedH. P. 2024-05-251-1/+1 | * MergeH. P. 2024-05-251-6/+50 |\ | * fix: root colouring for Debian < 12v0.9.5H. P. 2023-05-061-1/+1 | | | * New colours for Debian > 12 and derivativesH. P. 2023-05-061-4/+38 | | | | | | | | | | | | - Distinguish Debian >= 12 – Debian 12 introduces emerald theming - Corporate work includes refined Ubuntu settings. Adjusting to match Ubuntu >= 22 | * + termuxH. P. 2023-04-081-0/+10 | | | * fix: non-SLE suse did not apply anywhereH. P. 2023-04-081-2/+2 | | * | local fixesH. P. 2024-05-251-2/+4 |/ * +pvev0.9.4H. P. 2022-07-261-1/+5 | * +ssh control masterH. P. 2022-07-161-0/+1 | * don't be vrebose on adding ssh keysv0.9.3H. P. 2022-07-081-1/+1 | * Execute key addition on any login on the hosts which serve as "admin stations"