Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 446 Bytes

This is not a finished thing yet

But eventually it will install Craftyons with a pretty command line interface.

Notes

Customise your bash prompt

Edit your bash prompt config nano ~/.bashrc

Add this line (Will show your current folder plus a $ for the regular prompt and a # if you're root.) export PS1="\W \$"

Also see https://www.ibm.com/developerworks/linux/library/l-tip-prompt/