Update abbreviations

This commit is contained in:
Oliver Davies 2024-08-21 09:00:00 +01:00
parent a1c356a1f5
commit 50fc641743

View file

@ -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%"