This commit is contained in:
Harivansh Rathi 2026-02-14 23:29:47 -05:00
parent a1f52ffbfe
commit 1ecc929863
2 changed files with 4 additions and 0 deletions

View file

@ -7,3 +7,4 @@
5. karabiner
6. ghostty
7. claude
8. lazygit

View file

@ -183,6 +183,9 @@ export PATH="$HOME/.local/bin:$PATH"
if command -v wt >/dev/null 2>&1; then eval "$(command wt config shell init zsh)"; fi
# shortcut: wt create <branch> -> wt switch --create <branch>
wtc() { wt switch --create "$@"; }
# zsh plugins
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey '^k' forward-car