Create a .profile file¶
Why do you have to do it¶
Create a .profile file to your Home folder will allow you to communicate with Console 2 and manage aliases (user defined commands).
How to do it¶
Open your home folder¶
From your terminal¶
- Type
cd ~
From a path¶
- Go to the following path
c:\Users\<YourUserName>
Create a .profile file¶
- Type from your terminal
touch .profile
Warning
This step can’t be directly done from the Explorer you must use the terminal.
Note
You now have an editable .profile file.