In .bash_aliases:
PathShort="\w"
PathFull="\W"

If the definition of PathShort is just to show only the name of the current directory and PathLong will display the entire path then these values are incorrect; they are reversed.

They should be:

PathShort="\W"
PathFull="\w"

Comments

mike stewart’s picture

Assigned: Unassigned » mike stewart
Status: Active » Fixed

good catch. fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.