I will create a permanent alias of gnome-text-editor to text to be more aficient.
- edit bashrc.
nano ~/.bashrc
- Add alias into a alias section
alias text='gnome-text-editor'
- Save
Ctrl + O
,Ctrl + X
and apply changes.
source ~/.bashrc
nano ~/.zshrc
touch ~/.zshrc