Skip to content

Commit

Permalink
Add ~/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 17, 2012
1 parent cd1238a commit 7954d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bashrc
@@ -1,6 +1,8 @@
# If not running interactively, don't do anything # If not running interactively, don't do anything
[ -z "$PS1" ] && return [ -z "$PS1" ] && return


PATH="$HOME/bin:$PATH"

# don't put duplicate lines or lines starting with space in the history. # don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options # See bash(1) for more options
HISTCONTROL=ignoreboth HISTCONTROL=ignoreboth
Expand Down

0 comments on commit 7954d9b

Please sign in to comment.