mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
[shell-common] Cleanup tabs vs spaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user