Compare commits

..

2 Commits

Author SHA1 Message Date
lub 5f2a2b92ef revert SSH to TOFU 2 months ago
lub 02d4ce3de4 add wine env vars 2 months ago

@ -19,6 +19,10 @@ fi
export QT_QPA_PLATFORM=wayland-egl export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
# wine
export WINEDEBUG=-all
export WINEESYNC=1
if [ -f '/etc/bash_completion' ]; then if [ -f '/etc/bash_completion' ]; then
# debian # debian
source /etc/bash_completion source /etc/bash_completion

@ -1,6 +1,6 @@
Host * Host *
AddKeysToAgent yes AddKeysToAgent yes
VerifyHostKeyDNS yes # VerifyHostKeyDNS yes
Host kyle Host kyle
Hostname kyle.lubi.link Hostname kyle.lubi.link

Loading…
Cancel
Save