From 37a6a9e963aba54ebc1d4d938db8ba4c8f77ac54 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 14 Jan 2013 17:18:50 +0900 Subject: [PATCH] fix profile --- profile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profile b/profile index da477bf..3be2f81 100755 --- a/profile +++ b/profile @@ -2,8 +2,10 @@ # ~/.dotfiles/profile -test -n "$DOTFILES_PROFILE" && return -export DOTFILES_PROFILE=t +# This not works when, for example, inherit parent ENV and load /etc/profile +# again. +#test -n "$DOTFILES_PROFILE" && return +#export DOTFILES_PROFILE=t # export PS1="\$ " export LC_TIME=C