Fix quoting in fzf-widget settings, switch to active fork

This commit is contained in:
crater2150 2023-01-13 11:38:12 +01:00
parent bae17dfdc5
commit 29829e9c36
4 changed files with 3 additions and 9 deletions

3
zshrc
View file

@ -57,8 +57,6 @@ function(){
try-source $(zdotfile dirs)
}
. $(zdotfile completion.zsh)
ZIM_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/zim
if [[ ! -e ${ZIM_HOME}/zimfw.zsh ]]; then
@ -71,6 +69,7 @@ fi
source ${ZIM_HOME}/init.zsh
. $(zdotfile completion.zsh)
#source $(zdotfile zplug.zsh)
. $(zdotfile bindings.zsh)