other changes
This commit is contained in:
9
.bashrc
9
.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"
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
},
|
||||
"permission": {
|
||||
"websearch": "allow",
|
||||
"question": "allow"
|
||||
"question": "allow",
|
||||
"external_directory": "deny"
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
|
||||
Reference in New Issue
Block a user