From 063aa80492ace279772591b13e83765ea99a3381 Mon Sep 17 00:00:00 2001 From: Holger Wasem Date: Mon, 4 Sep 2023 12:12:14 +0200 Subject: [PATCH] commit by to_remotes 2023-09-04 12:12:14 +0200 from vmdevhw --- init.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 937de64..acc7d6b 100755 --- a/init.sh +++ b/init.sh @@ -1,6 +1,7 @@ -#!/bin/bash +#!/usr/bin/zsh WA_REPO=$HOME/wa_repos + echo "################################################" echo " basic init of wiseadvice node " echo "################################################" @@ -10,6 +11,7 @@ if [ -d "$WA_REPO" ]; then echo "$WA_REPO does exist, skipping cloning" source $WA_REPO/export_client_name.sh echo "found client name: $CLIENT_NAME" + source $HOME/.zshrc git_pull else echo -n "client name: "