Skip to content

Commit

Permalink
chore: Update dot_exports.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnblck committed Nov 17, 2023
1 parent 829e282 commit 15acd67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dot_exports.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ export ed="subl -w"
export AUTOFEATURE=true
export RSPEC=true

# Python
export WORKON_HOME="$HOME/.virtualenvs"

# Go
export GOPATH="$HOME/.go"

# TMUX
export DISABLE_AUTO_TITLE=true

# Open Interpreter Setup
if [ -f ~/.config/open-interpreter ]; then
export OPENAI_API_KEY="$(cat ~/.config/open-interpreter)"
fi

0 comments on commit 15acd67

Please sign in to comment.