mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
55fc746040
@ -3,7 +3,7 @@
|
||||
|
||||
# Load the shell dotfiles (that are available)
|
||||
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
|
||||
[ -r "$file" ] && [ -f "$file" ] && source "$file";
|
||||
[ -f "$file" ] && source "$file";
|
||||
done;
|
||||
unset file;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user