other changes

This commit is contained in:
2026-03-08 20:53:31 +00:00
parent a025e17af5
commit 9830f6f01c
2 changed files with 3 additions and 9 deletions

View File

@@ -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"

View File

@@ -16,7 +16,8 @@
},
"permission": {
"websearch": "allow",
"question": "allow"
"question": "allow",
"external_directory": "deny"
},
"mcp": {
"context7": {