Closed (fixed)
Project:
DrupalPro
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jun 2012 at 02:44 UTC
Updated:
13 Jul 2012 at 20:21 UTC
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
Comment #1
mike stewart commentedgood catch. fixed.
Comment #2.0
(not verified) commentedUpdated issue summary.