Wp-cli alias on deleted user

Hey guys,

Can you help me to remove this wp-cli alias for delete user?

alias wp

alias wp='php /home/evizitkabg/.wp-cli/wp'

When I execute “wp” in my domain - web/domain.bg/public_html I got this error:

Could not open input file: /home/evizitkabg/.wp-cli/wp

I never installed wp cli on this path /home/evizitkabg/

Thanks in advance!

Hi,

Edit /home/YourUser/.bash_aliases and remove or comment out this line:

alias wp=/home/YourUser/.wp-cli/wp

To apply the change you must logout and login again.

Thanks, it’s working now! Take care!