Refine documentation and zoxide integration
- Clarify testing command in CLAUDE.md (use hms) - Remove redundant shell refresh instruction - Fix formatting consistency in testing section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
bf30e5ae8b
commit
72ccd5c5e0
4 changed files with 14 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
## Nix Configuration System
|
||||
|
||||
- This is my nix configuration system. Whenever you need to introduce update to my config, remember to check the current config.
|
||||
- When you are going to introduce update to my nix config, do it on a experimental branch (use 'nightly'), and commit and push to that branch after you perform test to check the updates work as intended. Never work on the master branch which I will perform merge manually.
|
||||
- When you are going to introduce update to my nix config, do it on a experimental branch (use 'nightly'), and commit and push to that branch after you perform `hms` to at least check the home-manager switch can pass. Never work on the master branch which I will perform merge manually.
|
||||
- After you introduce updates, remember to reflect those updates in the readme, should they bring any changes.
|
||||
- You can use `hms` to perform home-manager switch and `exec zsh` to refresh shell environment
|
||||
|
||||
## Testing Considerations
|
||||
|
||||
- When you perform testing, remember you are in a non-interactive shell so things work for me might not work for your testing, unless you take your special testing environment into consideration
|
||||
- When you perform testing, remember you are in a non-interactive shell so things work for me might not work for your testing, unless you take your special testing environment into consideration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue