Open stuart-warren opened 3 years ago
Forgive my naivety here. I've never worked with netrc files before.
Are these file paths configurable? A lot of people (myself included) prefer to keep configuration under $XDG_DATA_HOME. For example all of my neovim configuration lives under $HOME/.config/nvim
, and all of my bash config is under $HOME/.config/bash
. Does netrc follow this convention as well?
Forgive my naivety here. I've never worked with netrc files before.
Are these file paths configurable? A lot of people (myself included) prefer to keep configuration under $XDG_DATA_HOME. For example all of my neovim configuration lives under
$HOME/.config/nvim
, and all of my bash config is under$HOME/.config/bash
. Does netrc follow this convention as well?
.netrc tends to be in the $HOME directory https://linux.die.net/man/1/ftp
A number of systems support reading it from $NETRC
I can add that?
add basic auth credentials to request for food packages if present in users netrc file
add 'Accept: application/octet-stream' header to permit working through github api
ref: fishworks#190