update aliases

This commit is contained in:
Gaetan Semet 2017-05-23 12:52:51 +02:00
commit dd4b9aa28f
3 changed files with 10 additions and 1 deletions

View file

@ -3,6 +3,8 @@ BUILDBOT_PROJECT_PATH="$HOME/projects/buildbot/"
alias cdb='cd $BUILDBOT_PROJECT_PATH/main'
alias cdp='cd $BUILDBOT_PROJECT_PATH'
alias cdd='cd $HOME/projects/dev-tools'
alias cdg='cd $HOME/projects/dev-tools/guake'
alias cdg3='cd $HOME/projects/dev-tools/guake-gtk3'
alias c='cactus'
alias ci='cactus info'
@ -70,6 +72,8 @@ alias grinyaml="grin -I '*.yaml'"
alias grinsh="grin -I '*.sh'"
alias grinlog="grin -I '*.log'"
alias ssh_bbnext_sh='ssh sys_bbstage@buildbot-next.sh.intel.com'
function bb_env()
{
local BASE

View file

@ -0,0 +1 @@
alias docker-build="docker build --build-arg http_proxy=http://proxy.ir.intel.com:911/ --build-arg https_proxy=http://proxy.ir.intel.com:911/ --build-arg ftp_proxy=http://proxy.ir.intel.com:911 --build-arg no_proxy=localhost,127.0.0.1,intel.com -q=false"

View file

@ -39,7 +39,8 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra
command-not-found debian dircycle encode64 lol extract launch_trial \
vim-scp ufw sublime pylint pep8 autopep8 \
common-aliases buildbot_dev zsh-syntax-highlighting \
tmux txw jump grin pip colored-man docker yocto tig)
tmux txw jump grin pip colored-man docker yocto tig \
intel-docker )
source $ZSH/oh-my-zsh.sh
@ -81,3 +82,6 @@ unsetopt correctall
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
# export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/:/usr/lib/python2.7/dist-packages/:/usr/lib/python2.7/dist-packages/gtk-2.0:$PYTHONPATH
# added by travis gem
[ -f /home/gsemet/.travis/travis.sh ] && source /home/gsemet/.travis/travis.sh