Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Include current path or folder in prompt #94

Closed lbenedetto closed 6 years ago

lbenedetto commented 6 years ago

I think it would be a good idea to have the prompt contain the current folder or full path just like regular terminals do.

Sergix commented 6 years ago

That's what it was originally; it used to be directory/ [command] for example, /home/sergix/projects/ [command]

nanoandrew4 commented 6 years ago

Should be an easy fix

Sergix commented 6 years ago

I'll go ahead and do it. 😋

Sergix commented 6 years ago

https://github.com/Sergix/JTerm/compare/c2770297d02e...0911bc09c5a0