diff --git a/zsh/.zshrc b/zsh/.zshrc index f34d6d7..8ef5939 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,7 +23,8 @@ zstyle ':vcs_info:git:*' formats '%b ' setopt PROMPT_SUBST PROMPT='%F{magenta}[%m] %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' -source /usr/share/fzf/key-bindings.zsh +# source /usr/share/fzf/key-bindings.zsh +source /usr/share/doc/fzf/examples/key-bindings.zsh alias ssh='kitty +kitten ssh' @@ -45,10 +46,10 @@ alias sc='cd ~/.config/sway' alias nc='cd ~/.config/nvim' alias flog='nvim -c "Flog -all"' -. "$HOME/.cargo/env" - -eval "$(zoxide init zsh)" -eval "$(thefuck --alias)" +# . "$HOME/.cargo/env" +# +# eval "$(zoxide init zsh)" +# eval "$(thefuck --alias)" . "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" bindkey '^y' autosuggest-accept