From 1383ef51895d55b8f363865cbd9244b224d36e94 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 14 Sep 2012 18:16:37 +0900 Subject: [PATCH] actually PS1 is not exported before --- bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bashrc b/bashrc index 50cd5e9..27a08f3 100755 --- a/bashrc +++ b/bashrc @@ -33,9 +33,6 @@ null ls --version && alias with_coreutils=true ################################# -# PS1 is defined later, unexport PS1 -export -n PS1 -# PROMPT_COMMAND=prompt_function if false iswindows then export PAGER='tr -d \\r | less'