From fc6b5632a9ede63a4bee6de64a535b5cba138d02 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Tue, 11 Jun 2024 00:49:27 +0200 Subject: [PATCH] Add changes in .zshrc --- zsh/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 71a11c5..f20a0be 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,8 +23,7 @@ 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/completion.zsh +source /usr/share/doc/fzf/examples/key-bindings.zsh alias ssh='kitty +kitten ssh' @@ -46,10 +45,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