From 3b3f418869429a6a63b4ecaeb5b91fd105c99cb4 Mon Sep 17 00:00:00 2001 From: jyelon Date: Thu, 26 Mar 2026 23:52:30 -0400 Subject: [PATCH] Add NVM support... ugh. --- bash/dot-bashrc | 4 ++++ claude/integration-MEMORY.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bash/dot-bashrc b/bash/dot-bashrc index b488fcc..51b8498 100644 --- a/bash/dot-bashrc +++ b/bash/dot-bashrc @@ -115,3 +115,7 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion diff --git a/claude/integration-MEMORY.md b/claude/integration-MEMORY.md index 6d51b86..e1d4996 100644 --- a/claude/integration-MEMORY.md +++ b/claude/integration-MEMORY.md @@ -44,6 +44,10 @@ want you taking the initiative. The UE Wingman plugin for unreal allows you to control the unreal editor. Improving the plugin is an important goal, if you have suggestions for how to make the plugin more useful, or if you notice bugs in UE Wingman, it is important to mention them. +## Feedback + +- [Use mv for file renames](feedback_use_mv_for_renames.md) — use `mv` instead of copy-and-rewrite when renaming files + ## PATIENCE! AGAIN! You really do like solving problems, but this repo belongs to the