Skip to content

Commit fa544dc

Browse files
authored
fix path in action-info.md (#3701)
1 parent 10926a3 commit fa544dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/usr/share/nemo/action-info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _This documentation is available online at https://github.com/linuxmint/nemo/wik
44
### About
55
Nemo actions allow the user to add custom menu actions to apply to selected files. These can be one-shot commands or call their own scripts, and can be restricted to specific files by defining various conditions for the action.
66

7-
Action files are just text files that end in `.nemo_action` and are stored in system and user data locations - `/usr/share/nemo/actions`, `~/.local/usr/share/nemo/actions` (all of your environment's `XDG_DATA_DIRS` are scanned, though typically only the aforementioned are used).
7+
Action files are just text files that end in `.nemo_action` and are stored in system and user data locations - `/usr/share/nemo/actions`, `~/.local/share/nemo/actions` (all of your environment's `XDG_DATA_DIRS` are scanned, though typically only the aforementioned are used).
88

99
These files are structured as follows (this is a standard keyfile syntax also used in application .desktop and config files):
1010

@@ -244,4 +244,4 @@ Terminal=true|false
244244
Files=.bash*;!.bashrc;
245245
Locations=.*;!.config;
246246
```
247-
---
247+
---

0 commit comments

Comments
 (0)