This commit is contained in:
2022-09-05 13:18:19 +03:00
parent a6d2bf9d01
commit 363e625c32
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ function option_value() {
function install() {
if [ -f ~/.bash_profile ];
then
echo -e "${C_LGn}Bash_profile exist${RES}"
echo -e "${C_LGn}File bash_profile is exist${RES}"
else
echo -e "${C_LGn}Make link bash_profile${RES}"
echo -e "${C_LGn}Make necessary link to file bash_profile${RES}"
ln -s ~/.profile ~/.bash_profile
fi