No need to build ssh_config, it now use Include

This commit is contained in:
gardouille 2021-09-21 22:02:28 +02:00
parent c6aa7f2ded
commit c6efe15908
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 8 deletions

8
zlogin
View File

@ -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)