diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/.ssh/config | 4 | ||||
| -rw-r--r-- | files/.zsh/rc/S40_completion | 2 |
2 files changed, 3 insertions, 3 deletions
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 |
