diff options
| -rw-r--r-- | files/.ssh/config | 4 | ||||
| -rw-r--r-- | files/.zsh/rc/S40_completion | 2 | ||||
| -rw-r--r-- | install.conf.yaml | 1 |
3 files changed, 4 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 diff --git a/install.conf.yaml b/install.conf.yaml index 44e3e59..46218aa 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -42,3 +42,4 @@ - [git submodule update --init --recursive, Installing submodules] - [vim -c 'PluginInstall' +qall, Installing vim plugins] - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] + - [chmod -R 0600 ~/.ssh/*] |
