You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: