mirror of
https://github.com/jarun/nnn.git
synced 2025-03-19 04:49:49 +00:00
Move some more config params to config.def.h
This commit is contained in:
parent
5999cef396
commit
d330033c4f
2 changed files with 4 additions and 5 deletions
|
@ -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" },
|
||||
|
|
4
noice.c
4
noice.c
|
@ -58,10 +58,6 @@ struct history {
|
|||
|
||||
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
|
||||
|
||||
#define CWD "cwd: "
|
||||
#define CURSR " > "
|
||||
#define EMPTY " "
|
||||
|
||||
/*
|
||||
* Layout:
|
||||
* .---------
|
||||
|
|
Loading…
Add table
Reference in a new issue