This commit is contained in:
hophacker 2019-07-14 11:08:54 +08:00
parent d0be379352
commit f6402e096a
2 changed files with 3 additions and 2 deletions

View File

@ -159,7 +159,7 @@ function gitcopy() {
echo $commits | pbcopy
fi
if [[ "$trelloCardName" != '' ]]; then
ruby ~/Projects/rallets-hub/bin/create_trello_todo_card.rb -n $trelloCardName -d "$commits"
ruby ~/Projects/stellar-hub/bin/create_trello_todo_card.rb -n $trelloCardName -d "$commits"
fi
}
@ -250,7 +250,7 @@ function dc {
if [ -e ./docker-compose-dev.yml ]; then
docker_file_path=./docker-compose-dev.yml
else
docker_file_path=~/Projects/rallets-hub/docker-compose-dev.yml
docker_file_path=~/Projects/stellar-hub/docker-compose-dev.yml
fi
docker-compose -f $docker_file_path $@
}

View File

@ -15,4 +15,5 @@ for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export GOPATH=$HOME/go
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"