From 28485a9be6909d47765f4357048acaa6715f110c Mon Sep 17 00:00:00 2001 From: Kenji Morishige Date: Fri, 19 Jun 2026 08:18:57 -0500 Subject: [PATCH] add ~/.local/bin to PATH and git tree alias Co-Authored-By: Claude Sonnet 4.6 --- .bashrc | 1 + .gitconfig | 1 + 2 files changed, 2 insertions(+) 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