diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ssh/config.tmpl (renamed from etc/ssh/config) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ssh/config b/etc/ssh/config.tmpl index e548fe2..fd4b8a3 100644 --- a/etc/ssh/config +++ b/etc/ssh/config.tmpl @@ -3,4 +3,4 @@ Host * Include ~/dev/libre/servers/src/infrastructure/ssh.conf Include ~/dev/others/lawtech/src/infrastructure/ssh.conf -Include ~/.usr/share/euandreh/vm-ssh.conf +Include ${XDG_DATA_HOME}/euandreh/vm-ssh.conf |