Don't show '..' by default

This commit is contained in:
Bruce Hill 2019-09-22 19:45:06 -07:00
parent 2048807a80
commit 7f8c16e5d9

View File

@ -168,7 +168,7 @@ const char *startupcmds[] = {
"ln -sT ~/.config ~/.config/bb/marks/config 2>/dev/null",
"ln -sT ~/.local ~/.config/bb/marks/local 2>/dev/null",
// Default column and sorting options:
"+sort:+n", "+col:*smpn", "+..",
"+sort:+n", "+col:*smpn",
NULL, // NULL-terminated array
};