clee681

Results 5 comments of clee681

@sloria This is a PR. Rather than closing this as a stale issue, shouldn't you evaluate the PR and the corresponding test?

Does anyone know the color variable for the `~` (tilda i.e. home directory) operator? Edited: Found the documentation for them here: https://fishshell.com/docs/current/index.html#variables-color

@jdavey That error seems to be due to system arch differences from compiling the executable on MacOS but trying to run in Linux env. Interestingly, if I try building the...

Update: I was able to fix the alpine image by symlinking the `musl` library to the location that the linker wants. ``` mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 ```...