Skip to content

Commit

Permalink
Add $HOME/bin to $PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dram committed Sep 2, 2012
1 parent 42120db commit 2c97584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export PATH=/sbin:/usr/sbin:$PATH
export PATH=$HOME/bin:/sbin:/usr/sbin:$PATH

export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'

Expand Down

0 comments on commit 2c97584

Please sign in to comment.