mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-19 22:01:40 +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
|
5. karabiner
|
||||||
6. ghostty
|
6. ghostty
|
||||||
7. claude
|
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
|
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
|
# zsh plugins
|
||||||
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
bindkey '^k' forward-car
|
bindkey '^k' forward-car
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue