From f97eec7f2eac9523a5e0c5b68abf627c29ce34a0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 12 Aug 2020 20:59:56 +0500 Subject: Updates. --- files/.ssh/config | 4 ++-- files/.zsh/rc/S40_completion | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files') diff --git a/files/.ssh/config b/files/.ssh/config index 2c1fa2e..30c29de 100644 --- a/files/.ssh/config +++ b/files/.ssh/config @@ -1,3 +1,5 @@ +Include ~/.ssh/*.conf + HashKnownHosts no # Enable automatic connection multiplexing by default. ControlMaster auto @@ -13,5 +15,3 @@ Host 192.168.*.* Host riga.bobov.name CheckHostIp no - -Include ~/.ssh/*.conf diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index f3c0a09..7edf18c 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -42,7 +42,7 @@ compdef ledger=hledger # Completing generic gnu commands # https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org -compdef _gnu_generic lshw duplicity tldr +compdef _gnu_generic lshw df duplicity tldr compdef _gnu_generic -p 'pg_*' # youtube-dl -- cgit v1.2.3