zsh: fix sourcing of extra files

This commit is contained in:
Fernando Schauenburg 2021-08-09 17:41:12 +02:00
parent 0331f815a3
commit 293ba908c3

View file

@ -2,8 +2,8 @@
# Set up zsh for interactive use (options, prompt, aliases, etc.)
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOL
"${XDG_CONFIG_HOME}/shell/aliases"
"${XDG_CONFIG_HOME}/shell/solarized"
${XDG_CONFIG_HOME}/shell/aliases
${XDG_CONFIG_HOME}/shell/solarized
EOL
unset f