diff --git a/zsh/.aliases b/zsh/.aliases index 850ed60..c061f9c 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -91,3 +91,4 @@ alias runhis="anyframe-widget-execute-history" # Default xclip to use Ctrl-c/Ctrl-v clipboard alias xclip="xclip -selection c" +alias :q="exit" diff --git a/zsh/.zshrc b/zsh/.zshrc index ddc655c..2e01edb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -182,8 +182,9 @@ zinit ice wait lucid zinit load 'wfxr/forgit' # Vi mode :) -zinit ice depth=1 -zinit light jeffreytse/zsh-vi-mode +#zinit ice depth=1 +#zinit light jeffreytse/zsh-vi-mode + #zplug "plugins/virtualenv", from:oh-my-zsh #zplug "plugins/pip", from:oh-my-zsh #zplug "plugins/nmap", from:oh-my-zsh @@ -222,7 +223,8 @@ zinit wait lucid for \ atload"!_zsh_autosuggest_start" \ zsh-users/zsh-autosuggestions -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +#[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +zinit pack"binary" for fzf # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh (( ! ${+functions[p10k]} )) || p10k finalize