Update abbreviations
This commit is contained in:
parent
a1c356a1f5
commit
50fc641743
|
@ -71,6 +71,9 @@ abbr nxs="nix shell nixpkgs#%"
|
||||||
# run scripts.
|
# run scripts.
|
||||||
abbr r="run"
|
abbr r="run"
|
||||||
abbr rc="run composer"
|
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 rd="run drush"
|
||||||
abbr rdce="run drush config:export -y"
|
abbr rdce="run drush config:export -y"
|
||||||
abbr rdci="run drush config:import -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 rdscr="run drush php:script"
|
||||||
abbr rduli="run drush uli"
|
abbr rduli="run drush uli"
|
||||||
abbr rdup="run drush updatedb -y"
|
abbr rdup="run drush updatedb -y"
|
||||||
|
abbr rpub="run publish"
|
||||||
|
abbr rt="run test"
|
||||||
|
|
||||||
abbr clh="curl localhost:%"
|
abbr clh="curl localhost:%"
|
||||||
abbr clh3="curl localhost:3000%"
|
abbr clh3="curl localhost:3000%"
|
||||||
|
|
Loading…
Reference in a new issue