Full Paths and the Multiline Shell Prompt
The shell prompt in bash can be modified to provide useful information. There are environmental variables that can be set to control the prompt string (see the bash manpage for more information). One of the more useful things, in my opinion, to include in the prompt string is the current path (so you always knows […]