Skip to content

Commit adf9ab8

Browse files
authored
docs: fix bashrc instructions in blerc template (#428)
1 parent b6344b3 commit adf9ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blerc.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
##
1010
## # Please put the following line in the beginning of .bashrc
1111
## # Note: Please replace $HOME/.local/share/blesh with the path to your ble.sh
12-
## [[ $- == *i* ]] && "$HOME/.local/share/blesh/ble.sh" --noattach
12+
## [[ $- == *i* ]] && source "$HOME/.local/share/blesh/ble.sh" --noattach
1313
##
1414
## # Your bashrc contents should come between the two lines.
1515
##

0 commit comments

Comments
 (0)