mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
updated bbenv
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
898ca51248
commit
2634b6d927
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ alias cdp='cd ~/projects/'
|
|||
function bb_env()
|
||||
{
|
||||
BASE=$HOME/projects/buildbot/
|
||||
#export __PATHBKP=$PATH
|
||||
#export PYTHONPATH=$BASE/buildbot/master:$BASE/txwebservices/install:$BASE/cactus/install:$BASE/config/tools
|
||||
#export PATH=$HOME/bin:$BASE/buildbot/master/bin:$BASE/txwebservices/install:$PATH
|
||||
export __PATHBKP=$PATH
|
||||
export PYTHONPATH=$BASE/buildbot/master:$BASE/txwebservices/install:$BASE/cactus/install:$BASE/config/tools
|
||||
export PATH=$HOME/bin:$BASE/buildbot/master/bin:$BASE/txwebservices/install:$PATH
|
||||
#export format_warnings_path=$BASE/config
|
||||
#export warning_path=$BASE/config/latests_warnings
|
||||
#export __PS1BKP=$PS1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue