Compare commits
3 commits
f1c20f51dd
...
ff2a758af6
Author | SHA1 | Date | |
---|---|---|---|
|
ff2a758af6 | ||
|
1ce5e67eae | ||
|
1f246bd57b |
3 changed files with 8 additions and 4 deletions
|
@ -19,7 +19,7 @@ images=images
|
|||
if [ -t 1 ]; then
|
||||
cat=src-hilite-lesspipe.sh
|
||||
else
|
||||
cat=cat
|
||||
cat='cat'
|
||||
fi
|
||||
|
||||
PATH="./${bin}:${PATH}"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Control master
|
||||
ControlPath ${XDG_RUNTIME_DIR}/ssh/control-%C
|
||||
|
||||
# SSH agent
|
||||
AddKeysToAgent yes
|
||||
Include config.d/*
|
||||
|
|
6
ssh/config.d/hosts.archlinux
Normal file
6
ssh/config.d/hosts.archlinux
Normal file
|
@ -0,0 +1,6 @@
|
|||
Host aur.archlinux.org
|
||||
User aur
|
||||
|
||||
Host aur
|
||||
User aur
|
||||
Hostname aur.archlinux.org
|
Loading…
Reference in a new issue