mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
updated buildbot dir
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
a394bfe8ee
commit
c6a2447206
1 changed files with 4 additions and 3 deletions
|
|
@ -1,13 +1,14 @@
|
||||||
|
BUILDBOT_PROJECT_PATH="~/projects/buildbot/"
|
||||||
|
|
||||||
alias cdb='cd ~/projects/buildbot/'
|
alias cdb='cd $BUILDBOT_PROJECT_PATH/main'
|
||||||
alias cdp='cd ~/projects/'
|
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||||
|
|
||||||
function bb_env()
|
function bb_env()
|
||||||
{
|
{
|
||||||
BBDIR=$1
|
BBDIR=$1
|
||||||
shift
|
shift
|
||||||
if [[ -z $BBDIR ]]; then
|
if [[ -z $BBDIR ]]; then
|
||||||
BASE=$HOME/projects/buildbot/
|
BASE=$BUILDBOT_PROJECT_PATH/main
|
||||||
else
|
else
|
||||||
BASE=$BBDIR
|
BASE=$BBDIR
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue