mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update README.md
This commit is contained in:
parent
1068108cac
commit
54d1f68091
|
@ -24,9 +24,9 @@ Additional customization to make it more friendly towards major distros (which `
|
||||||
- File associations
|
- File associations
|
||||||
- Environment variable **NOICE_OPENER** to override all associations and open all files with your desktop environments default file opener. Examples:
|
- Environment variable **NOICE_OPENER** to override all associations and open all files with your desktop environments default file opener. Examples:
|
||||||
|
|
||||||
$ export NOICE_OPENER=xdg-open
|
export NOICE_OPENER=xdg-open
|
||||||
$ export NOICE_OPENER=gnome-open
|
export NOICE_OPENER=gnome-open
|
||||||
$ export NOICE_OPENER=gvfs-open
|
export NOICE_OPENER=gvfs-open
|
||||||
All the following associations are ignored if **NOICE_OPENER** is exported.
|
All the following associations are ignored if **NOICE_OPENER** is exported.
|
||||||
- Associate plain text files with vim (using `file` command)
|
- Associate plain text files with vim (using `file` command)
|
||||||
- Remove video file associations (to each his own favourite video player)
|
- Remove video file associations (to each his own favourite video player)
|
||||||
|
|
Loading…
Reference in a new issue