mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Move some more config params to config.def.h
This commit is contained in:
parent
5999cef396
commit
d330033c4f
|
@ -1,4 +1,7 @@
|
|||
/* Configuration */
|
||||
#define CWD "cwd: "
|
||||
#define CURSR " > "
|
||||
#define EMPTY " "
|
||||
|
||||
struct assoc assocs[] = {
|
||||
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
||||
{ "\\.(png|jpg|gif)$", "feh" },
|
||||
|
|
Loading…
Reference in a new issue