1. 17
  1. 1

    Is there a way to unveil everything in ~ except .folders like .ssh and .config/<other programs.?

    1. 2

      You could iterate across directory entries, calling unveil on each matching a pattern. Or use glob