Skip to content

Commit

Permalink
fix(bashrc): fix an issue with the scripts path in bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon M. McCaffery committed Dec 18, 2016
1 parent ec90131 commit de37ef1
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/*; do
. $script
done

Expand Down

0 comments on commit de37ef1

Please sign in to comment.