Compare commits

..

3 commits

Author SHA1 Message Date
Hippolyte Chauvin
ff2a758af6 Merge branch 'master' into test 2023-12-01 15:40:31 +01:00
Hippolyte Chauvin
1ce5e67eae Configuration SSH : ajout du dossier config.d 2023-12-01 15:40:03 +01:00
Hippolyte Chauvin
1f246bd57b qemush : suppression d'une erreur ShellCheck
Une variable contenait 'cat' sans expansion
2023-12-01 15:08:10 +01:00
3 changed files with 8 additions and 4 deletions

View file

@ -19,7 +19,7 @@ images=images
if [ -t 1 ]; then if [ -t 1 ]; then
cat=src-hilite-lesspipe.sh cat=src-hilite-lesspipe.sh
else else
cat=cat cat='cat'
fi fi
PATH="./${bin}:${PATH}" PATH="./${bin}:${PATH}"

View file

@ -1,5 +1,3 @@
# Control master
ControlPath ${XDG_RUNTIME_DIR}/ssh/control-%C ControlPath ${XDG_RUNTIME_DIR}/ssh/control-%C
# SSH agent
AddKeysToAgent yes AddKeysToAgent yes
Include config.d/*

View file

@ -0,0 +1,6 @@
Host aur.archlinux.org
User aur
Host aur
User aur
Hostname aur.archlinux.org