2. In the menu choose Preferences
3. On page Startup select Pro in the combo box
4. On page Settings select "Pro Default"
5. Check "Antialias text"
6. On page "Shell" select "Close if the shell exited cleanly" in the "When the shell exits:" combo box
7. Close the Preferences.
8. Make the Terminal window bigger.
9. In the menu Shell press on "Use Settings As Default"
10. In the Terminal window type:
nano .profile
11. Add the following text:
export PATH=.:$PATH
export PS1="[\[\e[33m\]\u@\H \[\e[32m\]\w\[\e[0m\]]\n[\[\e[31m\]\!\[\e[0m\]]>"
export CLICOLOR=1
12. Press Ctrl+o. Press Enter.
13. Press Ctrl+x. It closes the editor.
14. In the Terminal type
exit.
Now you can launch Terminal again and type, for example:
ls -l
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFtbniz96K6EMLwrnKzzsYLMd6m1s_7WTg-iSPl8Bhj4uEvKdPgh2Cc9VH0FyZTQnvWHlUH0Ft87gN64eoEdgGu4lNSZAeBFGKDzd89pRasIhiV9dI7U3DWYako0giRQuPMVVWpo4Eh1w/s320/Terminal+%E2%80%94+bash+%E2%80%94+113%C3%9734-3.jpg)
No comments:
Post a Comment