Skip to content

Commit 9ba9240

Browse files
committed
Changing to ccwd to avoid name conflicts with cwd.
1 parent ee47856 commit 9ba9240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ echo "so will I!"
2525
## Installation
2626
1. Download the `multitask.wasm` file from the release matching your installed Zellij version
2727
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`"``
2929

3030
## Configuration options
3131
| Option | Description |
3232
| :--- | :--- |
3333
| 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. |
3535
| 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.
3636

3737

0 commit comments

Comments
 (0)