diff --git a/Advanced-use-cases.md b/Advanced-use-cases.md index 0995eb4..fd7e86b 100644 --- a/Advanced-use-cases.md +++ b/Advanced-use-cases.md @@ -33,7 +33,7 @@ Note that when started from a display manager (GDM, ...) the desktop environment ### Keep your variable exports in `.bashrc` -If you want to keep your variable exports in `.bashrc` and your display manager never sources it, you can change the `Exec=` line in `nnn.profile` like so: +If you want to keep your variable exports in `.bashrc` and your display manager never sources it, you can change the `Exec=` line in `nnn.desktop` like so: ```.desktop Exec=bash -lc "nnn %f"