We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39834 commit 582b53cCopy full SHA for 582b53c
zsh-ssh.zsh
@@ -21,6 +21,8 @@ _parse_config_file() {
21
# `~` used to force the expansion of wildcards in variables
22
for include_file_path in $~expanded_include_path; do
23
if [[ -f "$include_file_path" ]]; then
24
+ # Insert a blank line between the included files
25
+ echo ""
26
_parse_config_file "$include_file_path"
27
fi
28
done
0 commit comments