From ee7042902ffa70abdfb72d0c71330efbe295d112 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 24 Jun 2020 12:08:39 +0200 Subject: [PATCH] added command not found & fzf default stuff --- .zshrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 '