3 Commits

Author SHA1 Message Date
lachtan obecny
00b18999c5 ignore .DS_Store 2026-06-09 18:54:13 +02:00
lachtan obecny
a13e20135f kimi code 2026-06-09 18:50:56 +02:00
lachtan obecny
ddea263c3f add rc/bun.sh 2026-06-05 14:12:29 +02:00
3 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@
.idea/
.claude/settings.local.json
.DS_Store

4
rc/bun.sh Normal file
View 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
View File

@@ -0,0 +1 @@
append_path_try $HOME/.kimi-code/bin