This commit is contained in:
Sridhar Ratnakumar 2025-12-04 13:38:54 -05:00
parent 5a47723844
commit 330fa8a390

View file

@ -49,4 +49,8 @@ in
programs.bash.initExtra = ''
export ANTHROPIC_API_KEY="$(cat "${config.age.secrets.juspay-anthropic-api-key.path}")"
'';
home.shellAliases = {
jcurl = "curl --socks5 localhost:1080";
};
}