mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 09:01:15 +00:00
fix
This commit is contained in:
parent
06bd32fb72
commit
0531ec67f4
2 changed files with 4 additions and 1 deletions
|
|
@ -64,7 +64,9 @@
|
||||||
"context7": {
|
"context7": {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://mcp.context7.com/mcp",
|
"url": "https://mcp.context7.com/mcp",
|
||||||
"headers": {}
|
"headers": {
|
||||||
|
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
||||||
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"
|
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"
|
||||||
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"
|
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"
|
||||||
|
|
||||||
|
[[ -f ~/.secrets ]] && source ~/.secrets
|
||||||
|
|
||||||
export PATH="/Users/rathi/.local/bin:$PATH"
|
export PATH="/Users/rathi/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue