diff --git a/lib/shared/modules/zsh/abbreviations.zsh b/lib/shared/modules/zsh/abbreviations.zsh index 0868794f..f965d86b 100644 --- a/lib/shared/modules/zsh/abbreviations.zsh +++ b/lib/shared/modules/zsh/abbreviations.zsh @@ -71,6 +71,9 @@ abbr nxs="nix shell nixpkgs#%" # run scripts. abbr r="run" abbr rc="run composer" +abbr rcda="run composer dump-autoload" +abbr rcr="run composer require" +abbr rcu="run composer update" abbr rd="run drush" abbr rdce="run drush config:export -y" abbr rdci="run drush config:import -y" @@ -78,6 +81,8 @@ abbr rdcr="run drush cache:rebuild" abbr rdscr="run drush php:script" abbr rduli="run drush uli" abbr rdup="run drush updatedb -y" +abbr rpub="run publish" +abbr rt="run test" abbr clh="curl localhost:%" abbr clh3="curl localhost:3000%"