I created a test "alias" in cmDer
alias testalias = "dir * a ".
How to remove the alias I created?
If the alias isn't gone after restarting your console, it means that it got created permanent.
Removing a created alias is pretty simple, you just need to execute the following command:
alias /d [alias name]
In your case will be something like:
alias /d testalias
Also, if you didn't change the default alias that are created when you unzip the app, you can simple rely on another alias which is:
unalias [alias name]
Hope this helps
PS: if you want to see which are your available aliases, just execute alias
and you will get them
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With