Christian Bundy

Results 231 comments of Christian Bundy

If anyone would like to help, I'm going to try to have `XDG_BIN_HOME` or its equivalent merged: https://gitlab.freedesktop.org/xdg/xdg-specs/-/issues/14#note_682259

I also just had my tab completion silently stop working. It was resolved by running `autoload -Uz compinit && compinit -i`.

Hey! I'm using 'APFS (Encrypted)', more info here: https://support.apple.com/guide/disk-utility/file-system-formats-available-in-disk-utility-dsku19ed921c/mac Happy to be a test subject, if you have any ideas. Thanks for your work on this project!

That works! The database now keeps *only* the correct name. The only problem I've been able to create (which is convoluted): ``` mkdir DIRECTORY cd DIRECTORY cd - rm -rf...

Wow, thanks for pinning this issue. I manage my dotfiles by creating a git repo in `~` and then adding `*` to `~/.gitignore`. I was _so_ confused at why I...

> This is not a convention. This *is* a convention -- the `git-grep` binary is provided by the Git project, but from the perspective of a user it's clear that...

JavaScript integers, man. They're full of trouble.

Can you post the output of `bash -c "echo \$PATH"`? It's possible that you didn't run `export PATH`, so node-gyp doesn't have node available in your path.

Sorry, I didn't see that you're trying to use `sudo npm install`. Make sure that you install both Node and NPM without sudo (since `sudo npm install` doesn't export your...

Do you have `/usr/bin/` and `/usr/lib` in your path?