diff --git a/.bashrc b/.bashrc index 0c418fe..23a010a 100644 --- a/.bashrc +++ b/.bashrc @@ -36,3 +36,4 @@ fi # OpenClaw Completion #source "/Users/kenjim/.openclaw/completions/openclaw.bash" #export OPENCLAW_MODEL=kimi-k2.5:cloud +export PATH="$HOME/.local/bin:$PATH" diff --git a/.gitconfig b/.gitconfig index 71069bd..ad03c82 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,4 @@ email = kenjim@juniper.net br = branch ci = commit unstage = reset HEAD -- + tree = log --graph --oneline --all --decorate