From 644772b6e70e9f892d230cf62593d370ad83a3c2 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Thu, 18 Jul 2013 16:48:35 +0200 Subject: [PATCH] Add application specific variables --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 20ed82f..5051a89 100644 --- a/.bashrc +++ b/.bashrc @@ -161,6 +161,8 @@ esac [[ -z "$SVN_EDITOR" ]] && SVN_EDITOR="$EDITOR" git config --global --replace-all core.editor "$SVN_EDITOR" +# Appliction config +export PLANIO_SKIP_AMA=1 # Don't show user name if it's me. make root red. case $USER in