mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: reformat scripts
This commit is contained in:
parent
189069980e
commit
c6b3d720d3
3 changed files with 23 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue