Compare commits
2 Commits
203365a9fb
...
cb779f4134
| Author | SHA1 | Date | |
|---|---|---|---|
| cb779f4134 | |||
| a7e00cbac7 |
1
bash_aliases.d/claude
Normal file
1
bash_aliases.d/claude
Normal file
@ -0,0 +1 @@
|
||||
alias claude='claude --name "Claude: $(basename $PWD)"'
|
||||
@ -31,6 +31,8 @@ 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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user