mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
README: remove directory listing icons
This commit is contained in:
parent
4dc5ea0441
commit
f9eb259786
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -135,13 +135,13 @@ mkShell {
|
|||
Our directory structure looks like this:
|
||||
|
||||
```console
|
||||
$ exa -T
|
||||
./
|
||||
├── keys/
|
||||
│ ├── hosts/
|
||||
│ │ └── server01.asc
|
||||
│ └── users/
|
||||
│ └── mic92.asc
|
||||
$ tree .
|
||||
.
|
||||
├── keys
|
||||
│ ├── hosts
|
||||
│ │ └── server01.asc
|
||||
│ └── users
|
||||
│ └── mic92.asc
|
||||
```
|
||||
|
||||
After that you can open a new file with sops
|
||||
|
|
Loading…
Reference in a new issue