From 1ecc929863c67380ac61c3077498fd925cb51dd5 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 14 Feb 2026 23:29:47 -0500 Subject: [PATCH] update --- README.md | 1 + zsh/.zshrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 58a6cce..4057d96 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ 5. karabiner 6. ghostty 7. claude +8. lazygit diff --git a/zsh/.zshrc b/zsh/.zshrc index a02482d..851168c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -> wt switch --create +wtc() { wt switch --create "$@"; } + # zsh plugins source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey '^k' forward-car