Skip to content

Commit 582b53c

Browse files
committed
fix: insert a blank line between the included files
1 parent dc39834 commit 582b53c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zsh-ssh.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ _parse_config_file() {
2121
# `~` used to force the expansion of wildcards in variables
2222
for include_file_path in $~expanded_include_path; do
2323
if [[ -f "$include_file_path" ]]; then
24+
# Insert a blank line between the included files
25+
echo ""
2426
_parse_config_file "$include_file_path"
2527
fi
2628
done

0 commit comments

Comments
 (0)