diff --git a/.bashrc b/.bashrc index 196204a..ef7507f 100644 --- a/.bashrc +++ b/.bashrc @@ -1,19 +1,11 @@ -# # ~/.bashrc -# export HISTSIZE=10 -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - alias e="nvim" alias n="nvim ." alias ls='ls -la --color=auto' alias grep='grep --color=auto' -PS1='[\u@\h \W]\$ ' - -export OPENCODE_ENABLE_EXA=1 export PATH="/home/alex/.bun/bin:$PATH" alias c="opencode" @@ -22,3 +14,4 @@ alias cc="opencode --continue" alias ff="biome format --fix" . "$HOME/.local/bin/env" + diff --git a/.config/opencode/opencode.jsonc b/.config/opencode/opencode.jsonc index 174595e..aa1bf14 100644 --- a/.config/opencode/opencode.jsonc +++ b/.config/opencode/opencode.jsonc @@ -16,7 +16,8 @@ }, "permission": { "websearch": "allow", - "question": "allow" + "question": "allow", + "external_directory": "deny" }, "mcp": { "context7": {