I created 2 alias to make more easier the editing and executing the python's programs:
ged = `gedit -w`
py = `python3.6`
First I looked that we don't have .bashrc but yes .ashrc
I edited .ashrc adding my alias in it. But when I opened the terminal automatically ran the gedit editor & python3.6 without I query it
Where I can to store my alias without those issues?