Compare commits
2 Commits
1204bace2c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7877c99dd9 | ||
|
|
5367cf1492 |
1
git/.config/git/ignore
Normal file
1
git/.config/git/ignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
**/.claude/settings.local.json
|
||||||
@@ -79,6 +79,11 @@ if [ -e /usr/bin/keychain ]; then
|
|||||||
eval $(/usr/bin/keychain --eval -Q --quiet id_ed25519)
|
eval $(/usr/bin/keychain --eval -Q --quiet id_ed25519)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ctrl-x opens up the command line in $EDITOR
|
||||||
|
autoload -U edit-command-line
|
||||||
|
zle -N edit-command-line
|
||||||
|
bindkey "^X" edit-command-line
|
||||||
|
|
||||||
# direnv setup
|
# direnv setup
|
||||||
whence -p direnv &>/dev/null && eval "$(direnv hook zsh)"
|
whence -p direnv &>/dev/null && eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user