From d5e0dcb39a5b132da822c54b99c48376dcb09c01 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Aug 2010 15:44:22 +0200 Subject: gitignore: fix to ignoring not-dotfiles for dotfiles-root only --- .config/bash/bashrc | 1 - 1 file changed, 1 deletion(-) (limited to '.config/bash/bashrc') diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 3fd0fcb..15342e8 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -1,5 +1,4 @@ [[ -d ~/bin/ ]] && PATH="~/bin/:$PATH" -[[ -d ~/.bin/ ]] && PATH="~/.bin/:$PATH" if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! -- cgit