Compare commits
No commits in common. "ff2a758af66b4ccc8c4091385012dd5f5269f312" and "f1c20f51dd6cadf36f4a39d21e01453e103aa077" have entirely different histories.
ff2a758af6
...
f1c20f51dd
3 changed files with 4 additions and 8 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,3 +1,5 @@
|
|||
# Control master
|
||||
ControlPath ${XDG_RUNTIME_DIR}/ssh/control-%C
|
||||
|
||||
# SSH agent
|
||||
AddKeysToAgent yes
|
||||
Include config.d/*
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
Host aur.archlinux.org
|
||||
User aur
|
||||
|
||||
Host aur
|
||||
User aur
|
||||
Hostname aur.archlinux.org
|
Loading…
Reference in a new issue