mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 06:04:41 +00:00
update
This commit is contained in:
parent
a1f52ffbfe
commit
1ecc929863
2 changed files with 4 additions and 0 deletions
|
|
@ -7,3 +7,4 @@
|
|||
5. karabiner
|
||||
6. ghostty
|
||||
7. claude
|
||||
8. lazygit
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue