Skip to content

Commit bb9e454

Browse files
committed
Remove the OpenCode EXA flag
1 parent 23adc51 commit bb9e454

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rc.d/50-editor.zsh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Editor configuration
22
# Sets up editor preferences based on environment
33

4-
# Enable Exa-backed web search for OpenCode
5-
export OPENCODE_ENABLE_EXA=true
6-
74
# Use VS Code if local (with -w to wait), vim if remote
85
if [[ -z "$SSH_CONNECTION" ]] && (( ${+commands[code]} )); then
96
export EDITOR="code -w"

0 commit comments

Comments
 (0)