From cb68a59f0aa1b7075b461330cadbc8c028cfd567 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 5 Sep 2022 14:39:44 +0300 Subject: [PATCH] Utils --- miscellaneous/insert_variable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/miscellaneous/insert_variable.sh b/miscellaneous/insert_variable.sh index e185c52..db5fdca 100644 --- a/miscellaneous/insert_variable.sh +++ b/miscellaneous/insert_variable.sh @@ -83,6 +83,7 @@ printf_n(){ printf "$1\n" "${@:2}"; } echo -e "${C_LGn}Make necessary link to file bash_profile${RES}" ln -s ~/.profile ~/.bash_profile else + echo "создаем файл bash_profle" touch $HOME/.bash_profile fi fi