more aliases

This commit is contained in:
Gaetan Semet 2015-09-02 12:52:24 +02:00
commit 6cf9b272d3

View file

@ -5,9 +5,13 @@ alias cdp='cd $BUILDBOT_PROJECT_PATH'
alias cdd='cd $HOME/projects/dev-tools'
alias c='cactus'
alias ci='cactus info'
alias cir='cactus info --is-reconfiguring'
alias cl='cactus log'
alias clc='cactus log -l cactus.log'
alias clm='cactus log -l master.log'
alias clt='cactus log -l testmaster.log'
alias clb='cactus log -l buildmaster.log'
alias cj='cactus jump'
alias ct='cactus trial'
alias cjh='cactus jump home'
@ -44,8 +48,9 @@ alias sagiy='sudo apt-get install -y'
alias saguysaguy='sudo apt-get update -y && sudo apt-get upgrade -y'
alias saguysaguysagay='sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get autoremove -y'
alias update-my-ubuntu='saguysaguysagay'
alias update-to-next-version='do-release-upgrade'
alias bing='notify-send "Stacked work finished" "Work being done in your favorite terminal is now finished. You can come back" -i /usr/share/pixmaps/apple-red.png -t 6000'
alias bing='notify-send "Stacked work finished" "Work being done in your favorite terminal is now finished. You can come back !!" -i /usr/share/pixmaps/apple-red.png -t 6000'
alias b='bing'
function bb_env()