chore(config): cleanup configs, fixes

This commit is contained in:
2023-08-13 17:21:53 +03:00
parent cd5cea172a
commit 68bb53435d
8 changed files with 7 additions and 6 deletions

View File

@@ -4,5 +4,3 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
alias php="php -d error_reporting=22527"