mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 06:54:57 +08:00
jcurl
This commit is contained in:
parent
5a47723844
commit
330fa8a390
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue