From c6efe15908ba0cfb173f72b9cf086ea9e58c8170 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 21 Sep 2021 22:02:28 +0200 Subject: [PATCH] No need to build ssh_config, it now use Include --- zlogin | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zlogin b/zlogin index 92e8e7f..d55e901 100644 --- a/zlogin +++ b/zlogin @@ -32,14 +32,6 @@ mesg y # setleds +num #esac - -## Génération du fichier ~/.ssh/config -if [ -f ~/.ssh/config_00base ]; then - rm -f ~/.ssh/config - cat ~/.ssh/config_* > ~/.ssh/config - chmod 0600 ~/.ssh/config* -fi - # List tmux sessions if tmux is available if [ $(command -v tmux) ]; then TMUX_SESSION=$(tmux ls 2> /dev/null|grep -- window)