Skip to content

Commit 7c7aee3

Browse files
committed
refactor(chezmoi): add additional newlines for better readability
1 parent ada829e commit 7c7aee3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

home/run_after_update_lazy_nvim.sh.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ print "${fg_bold[blue]}==>${reset_color} ${bold_color}[${script_name}]${reset_co
1717
# Run nvim in headless mode to sync lazy.nvim plugins with lock file.
1818
zsh -c "nvim --headless '+Lazy! sync' +qall" > /dev/null
1919

20+
echo
2021
print "${fg_bold[green]}==>${reset_color} ${bold_color}[${script_name}]${reset_color} Neovim plugins synced."

home/run_after_update_zinit.sh.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ echo
88
print "${fg_bold[blue]}==>${reset_color} ${bold_color}[${script_name}]${reset_color} Updating Zsh plugins..."
99

1010
# Run interactive zsh to load zinit.
11+
echo
1112
zsh -ic "zinit update --all --no-pager"
1213

14+
echo
1315
print "${fg_bold[green]}==>${reset_color} ${bold_color}[${script_name}]${reset_color} Zsh plugins updated."

0 commit comments

Comments
 (0)