From 6898ae0effca1828edf99089ece97058e436de77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 20 Jan 2019 13:40:54 +0000 Subject: [PATCH] correctly link setenv on first run --- common/configure_fresh_system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index c549793e..ef403507 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -12,7 +12,8 @@ echo "configuring settings common among OSes" echo "using '$SUDO' as sudo" $SUDO true -echo "sourcing env" +echo "linking and sourcing env" +ln -vfs "$DIR/.setenv.sh" ~/.setenv source ~/.setenv #zsh @@ -48,7 +49,6 @@ ln -vfs "$DIR/.zshrc" ~/.zshrc ln -vfs "$DIR/.hyper.js" ~/.hyper.js ln -vfs "$DIR/.hyper_plugins" ~/.hyper_plugins -ln -vfs "$DIR/.setenv.sh" ~/.setenv ln -vfs "$DIR/.Slic3r" ~/. ln -vfs "$DIR/.ghci" ~/. ln -vfs "$DIR/.conkyrc" ~/.