fix filename

lvgx 2020-04-17 02:07:28 +02:00
parent f079745e9d
commit 4adc8ba39f

@ -33,7 +33,7 @@ Note that when started from a display manager (GDM, ...) the desktop environment
### Keep your variable exports in `.bashrc` ### 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 ```.desktop
Exec=bash -lc "nnn %f" Exec=bash -lc "nnn %f"