Skip to content

Commit 31ac73e

Browse files
committed
Renames ~/.bin to ~/bin.
1 parent 1337825 commit 31ac73e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bash_path

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
export PATH=$HOME/.bin:$PATH
1+
export PATH=$HOME/bin:$PATH
22
export PATH=/usr/local/bin:$PATH
33
export PATH=/usr/local/sbin:$PATH
44
export PATH=/usr/local/share/npm/bin:$PATH
55
export PATH=/Users/joshua/Library/Haskell/bin:$PATH
6+

0 commit comments

Comments
 (0)