diff --git a/_data/sponsors.yml b/_data/sponsors.yml index ccbee3d..7ff89ea 100644 --- a/_data/sponsors.yml +++ b/_data/sponsors.yml @@ -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: "" diff --git a/assets/images/sponsors/bf.png b/assets/images/sponsors/bf.png new file mode 100644 index 0000000..6ccfa57 Binary files /dev/null and b/assets/images/sponsors/bf.png differ diff --git a/assets/images/sponsors/hmp.jpg b/assets/images/sponsors/hmp.jpg new file mode 100644 index 0000000..8768452 Binary files /dev/null and b/assets/images/sponsors/hmp.jpg differ diff --git a/docs/matches.md b/docs/matches.md index 5184963..f88eac4 100644 --- a/docs/matches.md +++ b/docs/matches.md @@ -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: diff --git a/docs/sync.md b/docs/sync.md index 226a157..132b0c4 100644 --- a/docs/sync.md +++ b/docs/sync.md @@ -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" ```