before migration from codex-sso

This commit is contained in:
Petr Nyc
2026-06-22 16:24:44 +02:00
parent 1bfd03226b
commit ac60fa600c
2 changed files with 53 additions and 5 deletions

5
.zshrc
View File

@@ -204,6 +204,7 @@ if [[ "$OSTYPE" == darwin* ]]; then
}
export BITBUCKET_TOKEN=$(keychain_token BITBUCKET_TOKEN)
export HF_TOKEN=$(keychain_token HF_TOKEN)
export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD
export MANPAGER='col -bx | view -c ":set ft=man nonu nolist nomod nolist" -'
@@ -278,3 +279,7 @@ fi
unset _profile_interactive _profile_emacs _profile_terminal _profile_plugin _profile_cache_root _profile_launchctl_ssh_auth_sock
unset -f _profile_add_plugin _profile_add_plugin_if_command_exists 2>/dev/null || true
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/jetpac/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)