Skip to content

Commit 300121a

Browse files
author
dicksonarmijos
committed
exec zsh
1 parent e0ba11d commit 300121a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ add_plugins_oh_my_zsh(){
7878

7979

8080
install_requirements(){
81-
echo "Install Requirements\n"
81+
echo "Install Requirements"
8282
for tool in ${tools_requirements[*]}
8383
do
8484
check_tool_and_install $tool
@@ -87,7 +87,7 @@ install_requirements(){
8787

8888
install_requirements
8989

90-
echo "Total tools: ${#tools_to_install[@]} \n";
90+
echo "Total tools: ${#tools_to_install[@]}";
9191

9292
for tool in ${tools_to_install[*]}
9393
do

0 commit comments

Comments
 (0)