mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 14:54:36 +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[] = {
|
struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
||||||
{ "\\.(png|jpg|gif)$", "feh" },
|
{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
|
|
4
noice.c
4
noice.c
|
@ -58,10 +58,6 @@ struct history {
|
||||||
|
|
||||||
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
|
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
|
||||||
|
|
||||||
#define CWD "cwd: "
|
|
||||||
#define CURSR " > "
|
|
||||||
#define EMPTY " "
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Layout:
|
* Layout:
|
||||||
* .---------
|
* .---------
|
||||||
|
|
Loading…
Reference in a new issue