Skip to content

Commit 0eab2d7

Browse files
Updated the bash base file.
1 parent 5101055 commit 0eab2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_bash_base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ $? -eq 1 ] ; then
1717
fi
1818

1919
# Require any universal dotfiles
20-
for dotfile in ~/dotfiles/.universal_*; do
20+
for dotfile in ~/dotfiles/_universal_*; do
2121
source ${dotfile}
2222
done
2323

0 commit comments

Comments
 (0)