Open matthias-t opened 6 years ago
If we create a symlink for every workspace in /var/lib/workspace (or some other place) and add that path to $CDPATH, it would be possible to quickly jump to a workspace without opening it with cd workspace.
/var/lib/workspace
$CDPATH
cd workspace
It should definitely be optional and disabled by default though
If we create a symlink for every workspace in
/var/lib/workspace
(or some other place) and add that path to$CDPATH
, it would be possible to quickly jump to a workspace without opening it withcd workspace
.