Don't load tmuxifier env into shell

The tmuxifier command loads the env itself before calling the
sub-commands.
This commit is contained in:
2012-04-22 13:18:42 +01:00
parent 64e91f7d16
commit 697699d095

View File

@@ -5,9 +5,6 @@ else
export TMUXIFIER="${TMUXIFIER%/}"
fi
# Load tmuxifier environment variables.
source "$TMUXIFIER/env.sh"
# Add `bin` directroy to `$PATH`.
export PATH="$TMUXIFIER/bin:$PATH"