From e469f77613e4ab550a437e678ff815e169a3fa7e Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Mon, 23 May 2016 17:38:54 +0200 Subject: [PATCH] remove local bin from path since its already done in .profile --- bash/.bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 05732cf..eecd54f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -32,9 +32,6 @@ shopt -s cmdhist # match all files and zero or more directories and subdirectories. #shopt -s globstar -# Add ~/bin to path variable -export PATH=$PATH:$HOME/bin - # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"