Update profile and zsh to remove pass from .profile

This commit is contained in:
Alex Selimov 2025-11-16 20:54:22 -05:00
parent 9eefd32bba
commit cc70db25c6
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
2 changed files with 8 additions and 5 deletions

View file

@ -4,6 +4,3 @@
export PATH="$PATH:/usr/local/cuda-12.8/bin:$HOME/bin:$HOME/.local/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-12.8/lib64"
export ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic
export ANTHROPIC_AUTH_TOKEN="$(pass list zai_token)"