dylanaraps/fff

the color options, default editor and cd quiting doesn't work in zsh

Opened this issue · 2 comments

Hello there, i have an system that uses zsh and i added the following things to end of my zshrc:

`export FFF_HIDDEN=1

export EDITOR="micro"

f() {
fff "$@"
cd "$(cat "${XDG_CACHE_HOME:=${HOME}/.cache}/fff/.fff_d")"
}

export FFF_LS_COLORS=1
export FFF_COL1=5
export FFF_COL2=5
export FFF_COL3=5
export FFF_COL4=5
export FFF_COL5=5`

Out of everything there only showing hidden files work. I use ohmyzsh so that might be effecting it but not sure.

Sorry for the repost got confused with this github thing but i realised the color changes works when restarting zsh however cd exiting still the same.

I have the same problem with colors, but cd it's working