diff options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 5ed2996..f4ae750 100644 --- a/config.def.h +++ b/config.def.h @@ -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 }; |
