Skip to content

Commit

Permalink
Update aliases.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanaxe committed Dec 28, 2022
1 parent 9a8d068 commit b0821f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devilbox/bash/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ alias n98='n98-magerun2.phar'
alias n98dump='n98 db:dump mage_${PWD##*/}_$(date +"%d-%m-%Y") --compression="gzip"'
alias n98import='n98 db:import'
alias n98urlbase='n98 db:query "select * from core_config_data where path like \"%base%url%\";"'
alias n98urlbaseset='n98 db:query "update core_config_data set value = \"http://${PWD##*/}.local/\" where path = \"web/unsecure/base_url\";update core_config_data set value = \"http://${PWD##*/}.local/\" where path = \"web/secure/base_url\";update core_config_data set value = \"http://${PWD##*/}.local/\" where path = \"web/unsecure/base_link_url\";update core_config_data set value = \"http://${PWD##*/}.local/\" where path = \"web/secure/base_link_url\";" && n98urlbase'
alias n98urlbaseset='n98 db:query "update core_config_data set value = \"https://${PWD##*/}.local/\" where path = \"web/unsecure/base_url\";update core_config_data set value = \"https://${PWD##*/}.local/\" where path = \"web/secure/base_url\";update core_config_data set value = \"https://${PWD##*/}.local/\" where path = \"web/unsecure/base_link_url\";update core_config_data set value = \"https://${PWD##*/}.local/\" where path = \"web/secure/base_link_url\";" && n98urlbase'
alias n98th='n98 dev:template-hints && mgcf'
alias ccw='~/.composer/vendor/bin/cache-clean.js --watch'
alias c1='composer-1'
Expand Down

0 comments on commit b0821f1

Please sign in to comment.