mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
more aliases
This commit is contained in:
parent
407b9bc8a3
commit
6cf9b272d3
1 changed files with 6 additions and 1 deletions
|
|
@ -5,9 +5,13 @@ alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||||
alias cdd='cd $HOME/projects/dev-tools'
|
alias cdd='cd $HOME/projects/dev-tools'
|
||||||
|
|
||||||
alias c='cactus'
|
alias c='cactus'
|
||||||
|
alias ci='cactus info'
|
||||||
|
alias cir='cactus info --is-reconfiguring'
|
||||||
alias cl='cactus log'
|
alias cl='cactus log'
|
||||||
alias clc='cactus log -l cactus.log'
|
alias clc='cactus log -l cactus.log'
|
||||||
alias clm='cactus log -l master.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 cj='cactus jump'
|
||||||
alias ct='cactus trial'
|
alias ct='cactus trial'
|
||||||
alias cjh='cactus jump home'
|
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 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 saguysaguysagay='sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get autoremove -y'
|
||||||
alias update-my-ubuntu='saguysaguysagay'
|
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'
|
alias b='bing'
|
||||||
|
|
||||||
function bb_env()
|
function bb_env()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue