Utils
This commit is contained in:
@@ -78,6 +78,10 @@ printf_n(){ printf "$1\n" "${@:2}"; }
|
|||||||
if [ -f $FILE_BASH ];
|
if [ -f $FILE_BASH ];
|
||||||
then
|
then
|
||||||
echo -e "${C_LGn}File bash_profile is exist${RES}"
|
echo -e "${C_LGn}File bash_profile is exist${RES}"
|
||||||
|
if [ -f $HOME/.profile ];
|
||||||
|
then
|
||||||
|
FILE_BASH=$HOME/.profile
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
if [ -f $HOME/.profile ];
|
if [ -f $HOME/.profile ];
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user