From d63c56632d2ffa95c754208e6c0a5dffb0d10278 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 8 Dec 2020 21:36:54 +0100 Subject: [PATCH] Add jaklis/.env in ~/.bashrc? no, yes? --- .install/update_bashrc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index f42ee4d..b8c8c6b 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -23,8 +23,9 @@ echo "### ASTROPORT IDENTITY ###" >> ~/.bashrc echo "YOU=$YOU" >> ~/.bashrc echo "G1PUB=$G1PUB" >> ~/.bashrc echo "IPFSNODEID=$IPFSNODEID" >> ~/.bashrc -## Add jaklis/.env -cat ~/.zen/astroport/zen/jaklis/.env >> ~/.bashrc +## Add jaklis/.env ? +# cat ~/.zen/astroport/zen/jaklis/.env >> ~/.bashrc + source ~/.bashrc echo "UPDATE ~/.bashrc OK"