From: Mark Wooding Date: Wed, 5 Apr 2006 12:37:23 +0000 (+0100) Subject: pathhack [-f] [+HACK|-HACK] [--] [COMMAND [ARGS...]] X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/32f790cc0e7d26f37aedd19a5cc59e6668632106?hp=32f790cc0e7d26f37aedd19a5cc59e6668632106 pathhack [-f] [+HACK|-HACK] [--] [COMMAND [ARGS...]] Path hacks are stored in ~/bin/hacks. `+HACK' adds a hack to the path, `-HACK' removes it. If a COMMAND is given, run the command with the hacked path; otherwise set it in the current shell. If `-f' is given, force reordering of added hacks; otherwise, if a hack is already inserted, ignore it. With no arguments, print the installed hacks in order. ---