feat(zsh): add sb alias and codex env variable

This commit is contained in:
2026-09-18 14:16:09 +02:00
parent 6ee63ed084
commit 79aa96c08a
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/config.toml"
# claude
export CLAUDE_CONFIG_DIR="$XDG_CONFIG_HOME/claude"
# codex
export CODEX_HOME="$XDG_CONFIG_HOME/codex"
# cliphist
export CLIPHIST_DB_PATH="/tmp/cliphist-db"