|
|
|
|
|
by a3n
3265 days ago
|
|
Don't fill it with dots, use it. This is my shell prompt. I break after
the '%', so that long commands use as much of a line as possible, and I
break before the prompt, because I like to visibly separate operations. aaron@tesla ~ %
pwd
/home/aaron
aaron@tesla ~ %
cd Projects
aaron@tesla ~/Projects %
pwd
/home/aaron/Projects
aaron@tesla ~/Projects %
|
|
I think this was invented in the Blit era by someone I've forgotten.