diff --git a/.zshrc b/.zshrc index f9dfb57..357d37e 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,9 @@ # - zsh-completions # - zsh-autosuggestions # - nerd-font-hack -# - lsd +# - lsd +# - fzf +# - pkgfile export PATH=/$HOME/.local/bin:$PATH @@ -72,6 +74,15 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs # autosugestion source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +# command not found +source /usr/share/doc/pkgfile/command-not-found.zsh + +# Variables + +# FZF +export FZF_DEFAULT_COMMAND="fd --type file --color=always" +export FZF_DEFAULT_OPTS="--ansi" + # Aliases alias vim="nvim" alias sudo='sudo '