|
|
|
|
|
by silentbicycle
6100 days ago
|
|
Is forking lots of common commands really less cumbersome to maintain than just using shell aliases or `expansion`? EDIT: By forking, I mean "having to maintain separate frontends to", not the process startup overhead. (That's obviously inconsequential.) E.g. if I want to use a shortcut for a default path to clone a git repository from, then I would need gitbm. Etc. |
|