From d07aa9271e22a4e79b1d61fa9071ebe3388e9afb Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Wed, 28 Oct 2020 03:07:14 -0300 Subject: [PATCH] Update env and .zshrc --- template/environment/.envrc | 2 +- template/zsh/.zshrc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/template/environment/.envrc b/template/environment/.envrc index 10b5f77..d0e56c6 100644 --- a/template/environment/.envrc +++ b/template/environment/.envrc @@ -6,7 +6,7 @@ TERMINAL="alacritty" BROWSER="chromium" # bin -export PATH=/home/ianmethyst/.bin:/home/ianmethyst/.local/bin:$PATH +export PATH=/home/ianmethyst/.emacs.d/bin:/home/ianmethyst/.bin:/home/ianmethyst/.local/bin:$PATH # Enable colors eval "`dircolors -b`" diff --git a/template/zsh/.zshrc b/template/zsh/.zshrc index 1f1d0a3..d42e219 100755 --- a/template/zsh/.zshrc +++ b/template/zsh/.zshrc @@ -164,6 +164,11 @@ key[Control-Right]="${terminfo[kRIT5]}" [[ -n "${key[Control-Left]}" ]] && bindkey -- "${key[Control-Left]}" backward-word [[ -n "${key[Control-Right]}" ]] && bindkey -- "${key[Control-Right]}" forward-word +# fzf + +source /usr/share/fzf/key-bindings.zsh +source /usr/share/fzf/completion.zsh + # emacs function vterm_printf(){