Skip to content

Commit

Permalink
fix(bashrc): resolve an issue where directories were resolved for scr…
Browse files Browse the repository at this point in the history
…ipts
  • Loading branch information
Deavon M. McCaffery committed Dec 18, 2016
1 parent 9bb4fe4 commit fa1cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for completion in $PULSEBRIDGE_PROMPT/completions/*; do
done

# source scripts
for script in $PULSEBRIDGE_PROMPT/scripts/*; do
for script in $PULSEBRIDGE_PROMPT/scripts/*.sh; do
. $script
done

Expand Down

0 comments on commit fa1cd7d

Please sign in to comment.