Compare commits
3 Commits
44ee29aefc
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00b18999c5 | ||
|
|
a13e20135f | ||
|
|
ddea263c3f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,3 +10,5 @@
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|||||||
4
rc/bun.sh
Normal file
4
rc/bun.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
if [[ -d "$HOME/.bun" ]]; then
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
append_path_try "$BUN_INSTALL/bin"
|
||||||
|
fi
|
||||||
1
rc/kimi.sh
Normal file
1
rc/kimi.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
append_path_try $HOME/.kimi-code/bin
|
||||||
Reference in New Issue
Block a user