Browse Source

readme tree

Jordan Dashel 3 years ago
parent
commit
3e05adde16
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -6,9 +6,14 @@ Collected, once again.
 ```
 `tree -a -I .git`
 
+
 .
-├── colors
 ├── README.md
+├── colors
+├── emacs
+│   ├── configurations.el
+│   ├── functions.el
+│   └── worklog.el
 ├── scripts
 │   ├── obstrat
 │   └── pragprog
@@ -31,5 +36,5 @@ Collected, once again.
     └── .xmonad
         └── xmonad.hs
 
-10 directories, 13 files
+11 directories, 16 files
 ```