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