mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
fix filename
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`
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue