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(){