From 3dadac00fad1953061a4c4d9d3b7c334cf5963a9 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Aug 2010 15:48:07 +0200 Subject: move ~/bin dir to ~/.local/bin --- .config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 15342e8..9b60af2 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -1,4 +1,4 @@ -[[ -d ~/bin/ ]] && PATH="~/bin/:$PATH" +[[ -d ~/.local/bin/ ]] && PATH="~/.local/bin/:$PATH" if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! -- cgit