zsh: fix sourcing of extra files
This commit is contained in:
parent
0331f815a3
commit
293ba908c3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Set up zsh for interactive use (options, prompt, aliases, etc.)
|
# Set up zsh for interactive use (options, prompt, aliases, etc.)
|
||||||
|
|
||||||
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOL
|
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOL
|
||||||
"${XDG_CONFIG_HOME}/shell/aliases"
|
${XDG_CONFIG_HOME}/shell/aliases
|
||||||
"${XDG_CONFIG_HOME}/shell/solarized"
|
${XDG_CONFIG_HOME}/shell/solarized
|
||||||
EOL
|
EOL
|
||||||
unset f
|
unset f
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue