Skip to content

Commit

Permalink
Fix: Remove tmp stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmusskopf committed Sep 30, 2023
1 parent 8c5565a commit 69938e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/section.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spaceship::section() {
tuple+=("$content")
tuple+=(")")

echo -n "${(j:·|·:)tuple}" >> ~/tmp/section.out
echo -n "${(j:·|·:)tuple}"
}

Expand Down

0 comments on commit 69938e5

Please sign in to comment.