bin: reformat scripts

This commit is contained in:
Oleksandr Smirnov 2025-03-27 16:02:21 +02:00
parent 189069980e
commit c6b3d720d3
No known key found for this signature in database
3 changed files with 23 additions and 16 deletions

View file

@ -8,5 +8,5 @@ bat cache --build
read -p $'\e[32mDo you want to set the theme to tokyonight_night?\e[0m [y/N]:' -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo '--theme="tokyonight_night"' >> "$(bat --config-dir)/config"
echo '--theme="tokyonight_night"' >>"$(bat --config-dir)/config"
fi