mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
refactor: use home.sessionVariables
This commit is contained in:
parent
e4672c464a
commit
3a7c130767
6 changed files with 14 additions and 31 deletions
|
|
@ -2,10 +2,6 @@
|
|||
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
# Homebrew shell
|
||||
export HOMEBREW_NO_ANALYTICS=1
|
||||
export HOMEBREW_CASK_OPTS=--require-sha
|
||||
export HOMEBREW_NO_INSECURE_REDIRECT=1
|
||||
export HOMEBREW_NO_EMOJI=1
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# fnm shell env
|
||||
|
|
@ -17,11 +13,6 @@ export PATH="$HOME/.deno/bin:$PATH"
|
|||
# pnpm
|
||||
export PNPM_HOME="${HOME}/Library/pnpm"
|
||||
|
||||
# disable telemetry
|
||||
export NEXT_TELEMETRY_DISABLED=1 # Next.js
|
||||
export CHECKPOINT_DISABLE=1 # Prisma
|
||||
export DISABLE_TELEMETRY=YES # diffusers
|
||||
|
||||
# direnv
|
||||
export DIRENV_LOG_FORMAT=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue