fff icon indicating copy to clipboard operation
fff copied to clipboard

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

Open agoodfellow123 opened this issue 5 years ago • 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.

agoodfellow123 avatar Aug 25 '20 19:08 agoodfellow123

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.

agoodfellow123 avatar Aug 25 '20 19:08 agoodfellow123

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

victor-falcon avatar Oct 08 '22 11:10 victor-falcon