Update sponsors and docs. Fix #250
This commit is contained in:
parent
2ed15d1d03
commit
8532c2587b
|
@ -62,6 +62,14 @@
|
|||
link: http://smarcal.com/
|
||||
image: "marcelo.jpeg"
|
||||
|
||||
- name: "Floutsch"
|
||||
link: http://floutsch.de/
|
||||
image: "bf.png"
|
||||
|
||||
- name: Happy Munday Podcast
|
||||
link: https://anchor.fm/happy-munday-podcast
|
||||
image: "hmp.jpg"
|
||||
|
||||
- name: threeforks
|
||||
link: ""
|
||||
image: ""
|
||||
|
|
BIN
assets/images/sponsors/bf.png
Normal file
BIN
assets/images/sponsors/bf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
assets/images/sponsors/hmp.jpg
Normal file
BIN
assets/images/sponsors/hmp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
|
@ -381,6 +381,12 @@ IP from [ipify](https://www.ipify.org/).
|
|||
As always, restart espanso with `espanso restart`. Now everytime you type `:ip`, it gets expanded to your public
|
||||
IP address!
|
||||
|
||||
#### For macOS users
|
||||
|
||||
On macOS the shell extension does not read the `PATH` env variable (because it is managed by `launchd`). Therefore, **you need to specify the full path for the commands you are using**. For example, if you are using `jq`, you should write `/usr/local/bin/jq` instead.
|
||||
|
||||
This will probably change in the future.
|
||||
|
||||
#### Bash pipes
|
||||
|
||||
This extension also supports bash **pipes** as your shell, such as:
|
||||
|
|
|
@ -53,6 +53,8 @@ The first step is moving this folder in your Dropbox folder, for example in:
|
|||
|
||||
Now you need to create a **symbolic link**. Open the Terminal and type the following command, making sure you specify the correct paths:
|
||||
|
||||
> Note: Before running the following command, make sure that there is no folder called `espanso` in the `Preferences` folder, as otherwise it will create another nested folder `espanso/espanso` (which is wrong).
|
||||
|
||||
```
|
||||
ln -s "/Users/user/Dropbox/espanso" "/Users/user/Library/Preferences/espanso"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user