Add NVM support... ugh.
This commit is contained in:
@@ -115,3 +115,7 @@ if ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
|||||||
@@ -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
|
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.
|
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!
|
## PATIENCE! AGAIN!
|
||||||
|
|
||||||
You really do like solving problems, but this repo belongs to the
|
You really do like solving problems, but this repo belongs to the
|
||||||
|
|||||||
Reference in New Issue
Block a user