We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23adc51 commit bb9e454Copy full SHA for bb9e454
rc.d/50-editor.zsh
@@ -1,9 +1,6 @@
1
# Editor configuration
2
# Sets up editor preferences based on environment
3
4
-# Enable Exa-backed web search for OpenCode
5
-export OPENCODE_ENABLE_EXA=true
6
-
7
# Use VS Code if local (with -w to wait), vim if remote
8
if [[ -z "$SSH_CONNECTION" ]] && (( ${+commands[code]} )); then
9
export EDITOR="code -w"
0 commit comments