Add 'Home'
commit
6cf8d11b96
1 changed files with 17 additions and 0 deletions
17
Home.md
Normal file
17
Home.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
## Setup
|
||||
|
||||
## For Mac
|
||||
|
||||
### Open Directories in Finder
|
||||
|
||||
To open directories (or other files) in Finder, just pass through to the system `open`:
|
||||
|
||||
```toml
|
||||
|
||||
[dir]
|
||||
command = "/usr/bin/open -R"
|
||||
|
||||
```
|
||||
|
||||
(Assuming you haven't installed this `open` into `/usr/bin/` since MacOS makes that very hard to do)
|
Loading…
Reference in a new issue