linux - Aliased over existing command -


i trying remember how alias commands when accidentally thought idea:

alias exit='e' 

i had overwritten exit command! while searching answer saw here: http://www.linfo.org/alias.html "unalias removes not aliases created during current session permanent aliases listed in system configuration files." don't know entails didn't want somehow lose exit command forever.

i couldn't find definitively answered question, when exited out of terminal , reopened it, typed exit , worked , still working. explain did , if exiting out of terminal(by clicking x) true solution problem?


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -