Compare commits

..

No commits in common. "cb779f413415ab51b9dff98d208d8c9b31f1565d" and "203365a9fb428c218d45726e21d1f500d8de0978" have entirely different histories.

3 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
alias claude='claude --name "Claude: $(basename $PWD)"'

View File

@ -31,8 +31,6 @@ function git-config-joshs()
# Do not automatically mark my branch as tracking the remote branch that I
# happened to use as the starting point.
git config --global branch.autoSetupMerge false
# delete all branches that have been merged to HEAD
git config --global alias.prunebranches '!git branch --merged | grep -v '^\*' | xargs git branch -d'
}
function git-config-local-personal()
{

View File

@ -10,4 +10,3 @@ tags
/.ruby-version
/.ruby-gemset
/_local/
.claude/