zsh conf updates
- Add lazygit alias `lg` - Configure fzf reverse search
This commit is contained in:
@ -52,3 +52,4 @@ alias drun='docker run -it --network=host --device=/dev/kfd --device=/dev/dri --
|
|||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
||||||
|
|
||||||
bindkey '^H' backward-kill-word
|
bindkey '^H' backward-kill-word
|
||||||
|
bindkey '^R' fzf-history-widget
|
||||||
|
|||||||
@ -18,3 +18,5 @@ rm() {
|
|||||||
print "⚠️ To use real rm, use /bin/rm"
|
print "⚠️ To use real rm, use /bin/rm"
|
||||||
trash-put "$@"
|
trash-put "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias lg='lazygit'
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
# source /usr/share/autojump/autojump.zsh
|
# source /usr/share/autojump/autojump.zsh
|
||||||
eval $(zoxide init zsh)
|
eval $(zoxide init zsh)
|
||||||
|
source <(fzf --zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user