From a658aac347c96817ab4f4532f347adc0f7c2ed51 Mon Sep 17 00:00:00 2001 From: stack Date: Thu, 11 Apr 2013 23:20:16 +0200 Subject: [PATCH] added ~/bin in $PATH --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index b0542a9..8e38135 100644 --- a/bashrc +++ b/bashrc @@ -106,3 +106,5 @@ fi if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi + +export PATH="~/bin:$PATH" -- 2.20.1