cdargs
cdargs copied to clipboard
Directory bookmarking system - Enhanced cd utilities
build failed due to PATH_MAX missing on musl libc In musl PATH_MAX is declared in limits.h and not automatically pulled in. See also: https://bugs.gentoo.org/713962
I wanted to add the current directory to `cdargs` using `$PWD` but mistyped it as `$pwd` and got this: ``` $ cdargs -a=$pwd libc++abi: terminating with uncaught exception of type...
When I used to use `ca`, it would... 1. make a line in my `~/.cdargs` file and 2. when I used `cv`, it would take me right back to where...