[shell-common] Cleanup tabs vs spaces

This commit is contained in:
2021-07-15 10:32:17 +01:00
parent 10e33d3133
commit b3678f700f
9 changed files with 45 additions and 47 deletions

View File

@@ -1,9 +1,9 @@
# Source shell common
for f in ~/.config/shell-common/*.sh; do
source $f;
for f in ~/.config/shell-common/*.sh; do
source $f
done
# Source zsh specific files
for f in ~/.config/zsh/*.zsh; do
source $f;
for f in ~/.config/zsh/*.zsh; do
source $f
done