mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-25 04:36:07 +10:00
.bash_profile: Fix typo
Only source `~/.extra` once.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Load the shell dotfiles, and then some:
|
||||
# * ~/.path can be used to set or extend `$PATH`.
|
||||
# * ~/.extra can be used for settings you don’t want to commit.
|
||||
for file in ~/.{path,extra,bash_prompt,exports,aliases,functions,extra}; do
|
||||
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
|
||||
[ -r "$file" ] && source "$file"
|
||||
done
|
||||
unset file
|
||||
|
||||
Reference in New Issue
Block a user