diff --git a/.claude/settings.json b/.claude/settings.json index d23fd26..9dc3146 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,6 +3,12 @@ "commit": "", "pr": "" }, + "permissions": { + "deny": [ + "Read(.env)", + "Read(~/.aws/**)" + ] + }, "hooks": { "Notification": [ { @@ -21,22 +27,17 @@ "typescript-lsp@claude-plugins-official": true, "clangd-lsp@claude-plugins-official": true }, - "model": "haiku", "sandbox": { "enabled": true, "autoAllowBashIfSandboxed": true, - "excludedCommands": ["docker"], "network": { "allowUnixSockets": [ "/var/run/docker.sock" ], "allowLocalBinding": true - } - }, - "permissions": { - "deny": [ - "Read(.env)", - "Read(~/.aws/**)" + }, + "excludedCommands": [ + "docker" ] } } diff --git a/.config/mpd/pid##os.Darwin b/.config/mpd/pid##os.Darwin index 391332c..669ca49 100644 --- a/.config/mpd/pid##os.Darwin +++ b/.config/mpd/pid##os.Darwin @@ -1 +1 @@ -41631 +1087 diff --git a/.zsh/.zshrc##os.Darwin b/.zsh/.zshrc##os.Darwin index 9ec8942..3a911be 100644 --- a/.zsh/.zshrc##os.Darwin +++ b/.zsh/.zshrc##os.Darwin @@ -17,6 +17,10 @@ HISTCONTROL=Ignoreboth fpath=(/Users/sudacode/.docker/completions $fpath) [[ "$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 # zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'