Thursday, June 9, 2016

MAT668 (June 2016) Project Presentation

MAT668 (June 2016)  6D, 6E, 6F, 6I, 7A, 7B
Group 6D, 6E, 6F, 6I, 7A, 7B
MAT668 (June 2016) 6A, 6B, 6C
Group 6A, 6B, 6C

Friday, July 24, 2015

Remove everything from the terminal prompt except for the current directory

You can remove everything from the terminal prompt except for the current directory if you append the following code into ~/.bash_profile.
export PS1="\W\$ "