You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ echo "so will I!"
25
25
## Installation
26
26
1. Download the `multitask.wasm` file from the release matching your installed Zellij version
27
27
2. Place it in `$HOME/zellij-plugins`
28
-
3. From within Zellij, run ``zellij action start-or-reload-plugin file:$HOME/zellij-plugins/multitask.wasm --configuration "shell=$SHELL,cwd=`pwd`"``
28
+
3. From within Zellij, run ``zellij action start-or-reload-plugin file:$HOME/zellij-plugins/multitask.wasm --configuration "shell=$SHELL,ccwd=`pwd`"``
29
29
30
30
## Configuration options
31
31
| Option | Description |
32
32
| :--- | :--- |
33
33
| shell | Sets the shebang of multitask file. `$SHELL` is the recommended value. |
34
-
|cwd| Sets the current working directory for `multitask`. If no value is given, then the `host` of the `zellij` session is used. |
34
+
|ccwd| Sets the current working directory for `multitask` commands. If no value is given, then the `host` of the `zellij` session is used. |
35
35
| multitask\_file\_name | The name of the multitask file. This can be used to point to a multitask file that already exists or provide a specific name for a new multitask file. If no name is provided, then the multitask file name will be `.multiask#` where `#` is the plugin ID number.
0 commit comments