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