Utils
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user