Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 297 Bytes

File metadata and controls

7 lines (6 loc) · 297 Bytes

commandlinebasics

Exercise Files for Learn the Linux Command Line: The Basics at Lynda.com

If you'd like to set your terminal coloring to match mine, you can run this at the command line, or add it to the ~/.bashrc file:

export PS1="\[\033[38;5;14m\][\u@\h \W]\\$ \[$(tput sgr0)\]"