Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

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

Open
agoodfellow123 opened this issue Aug 25, 2020 · 2 comments
Open

Comments

@agoodfellow123
Copy link

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
Copy link
Author

agoodfellow123 commented Aug 25, 2020

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.

@victor-falcon
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants