Skip to content

Commit 99a3ffa

Browse files
authored
Update install.sh
1 parent 551063f commit 99a3ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ add_fastfetch() {
4040
if ! grep -Fxq 'fastfetch' "$HOME/.bashrc"; then
4141
echo '' >> "$HOME/.bashrc"
4242
echo 'fastfetch' >> "$HOME/.bashrc"
43+
echo
4344
echo "fastfetch has been added to your .bashrc and will run on Terminal launch."
4445
else
4546
echo "fastfetch is already set to run on Terminal launch."

0 commit comments

Comments
 (0)