Don't show '..' by default
This commit is contained in:
parent
2048807a80
commit
7f8c16e5d9
@ -168,7 +168,7 @@ const char *startupcmds[] = {
|
|||||||
"ln -sT ~/.config ~/.config/bb/marks/config 2>/dev/null",
|
"ln -sT ~/.config ~/.config/bb/marks/config 2>/dev/null",
|
||||||
"ln -sT ~/.local ~/.config/bb/marks/local 2>/dev/null",
|
"ln -sT ~/.local ~/.config/bb/marks/local 2>/dev/null",
|
||||||
// Default column and sorting options:
|
// Default column and sorting options:
|
||||||
"+sort:+n", "+col:*smpn", "+..",
|
"+sort:+n", "+col:*smpn",
|
||||||
NULL, // NULL-terminated array
|
NULL, // NULL-terminated array
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user