Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please make the isDirectory and isFile Unicode icon section optional #27

Open
programmergrammar opened this issue Oct 25, 2018 · 0 comments

Comments

@programmergrammar
Copy link

I would love to see the Unicode icon section changed so that it can be switched off. Some systems like Linux do not display these.

    if (choice.isDirectory) {
      if (choice.name === '.') {
        line += '📂  ';
      } else {
        line += '📁  ';
      }
    }
    if (choice.isFile) {
      line += '📄  ';

}

Arch Linux in Tilix:

image

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

No branches or pull requests

1 participant