Skip to content

Commit 5b3d76a

Browse files
authored
Update README.md (#3)
1 parent 090e645 commit 5b3d76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Adds function to my bash shell.
55
git clone [email protected]:tobybatch/bashdotdee.git $HOME/.bash.d
66

77
cat <<EOF>>.bashrc
8-
PATH=$PATH:$HOME/.bash.d
8+
PATH=\$PATH:\$HOME/.bash.d
99
for x in ~/.bash.d/enabled/*.bash
1010
do
11-
. "$x"
11+
. "\$x"
1212
done
1313
EOF
1414

0 commit comments

Comments
 (0)