Slouceni vsech *-code (open code, kimi kode, ...) do jednoho rc souboru

This commit is contained in:
lachtan
2026-07-08 11:32:49 +00:00
parent 00b18999c5
commit e73b5c586c
4 changed files with 8 additions and 3 deletions

8
rc/anycode.sh Normal file
View File

@@ -0,0 +1,8 @@
# kimi-code
append_path_try "$HOME/.kimi-code/bin"
# opencode
append_path_try "$HOME/.opencode/bin"
if can_run opencode; then
alias oc=opencode
fi

View File

@@ -1 +0,0 @@
append_path_try "$HOME/.local/bin"

View File

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

View File

@@ -1 +0,0 @@
append_path_try "$HOME/.opencode/bin"