mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
update things
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
"commit": "",
|
"commit": "",
|
||||||
"pr": ""
|
"pr": ""
|
||||||
},
|
},
|
||||||
|
"permissions": {
|
||||||
|
"deny": [
|
||||||
|
"Read(.env)",
|
||||||
|
"Read(~/.aws/**)"
|
||||||
|
]
|
||||||
|
},
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"Notification": [
|
"Notification": [
|
||||||
{
|
{
|
||||||
@@ -21,22 +27,17 @@
|
|||||||
"typescript-lsp@claude-plugins-official": true,
|
"typescript-lsp@claude-plugins-official": true,
|
||||||
"clangd-lsp@claude-plugins-official": true
|
"clangd-lsp@claude-plugins-official": true
|
||||||
},
|
},
|
||||||
"model": "haiku",
|
|
||||||
"sandbox": {
|
"sandbox": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"autoAllowBashIfSandboxed": true,
|
"autoAllowBashIfSandboxed": true,
|
||||||
"excludedCommands": ["docker"],
|
|
||||||
"network": {
|
"network": {
|
||||||
"allowUnixSockets": [
|
"allowUnixSockets": [
|
||||||
"/var/run/docker.sock"
|
"/var/run/docker.sock"
|
||||||
],
|
],
|
||||||
"allowLocalBinding": true
|
"allowLocalBinding": true
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"permissions": {
|
"excludedCommands": [
|
||||||
"deny": [
|
"docker"
|
||||||
"Read(.env)",
|
|
||||||
"Read(~/.aws/**)"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
41631
|
1087
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ HISTCONTROL=Ignoreboth
|
|||||||
fpath=(/Users/sudacode/.docker/completions $fpath)
|
fpath=(/Users/sudacode/.docker/completions $fpath)
|
||||||
|
|
||||||
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
|
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
|
||||||
|
eval "$(fnm env --use-on-cd --shell zsh)"
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
|
||||||
|
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
|
||||||
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
# zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
# zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
||||||
|
|||||||
Reference in New Issue
Block a user