We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd32fa commit cc421a0Copy full SHA for cc421a0
1 file changed
zsh/utilities/backup_4_tvtime
@@ -19,7 +19,9 @@ ln -s "$envfile_with_login" ".env"
19
if [[ ! -x "$(command -v bun)" ]]; then
20
brew install oven-sh/bun/bun
21
bun install
22
+ print "\n---"
23
bun cli
24
25
brew uninstall oven-sh/bun/bun
26
brew untap oven-sh/bun
27
else
0 commit comments