Normalize indentation to spaces
This commit is contained in:
parent
ecd2f63c92
commit
b197b7e2bc
7 changed files with 60 additions and 59 deletions
8
.profile
8
.profile
|
|
@ -22,12 +22,12 @@ export BC_ENV_ARGS="-lq"
|
|||
|
||||
# Include drop-in files
|
||||
if [[ -d ~/.config/profile.d ]]; then
|
||||
for f in ~/.config/profile.d/*; do
|
||||
[[ -f $f ]] && source "$f"
|
||||
done
|
||||
for f in ~/.config/profile.d/*; do
|
||||
[[ -f $f ]] && source "$f"
|
||||
done
|
||||
fi
|
||||
|
||||
# Deprecation warning for .profile.local
|
||||
if [[ -e ~/.profile.local ]]; then
|
||||
echo "WARNING: ~/.profile.local is ignored, please use ~/.config/profile.d/ instead."
|
||||
echo "WARNING: ~/.profile.local is ignored, please use ~/.config/profile.d/ instead."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue