diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-22 19:45:06 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-22 19:45:06 -0700 |
| commit | 7f8c16e5d957c9fd29bdcc1fae2e62371f7bd34a (patch) | |
| tree | 0976fcf365aa0655efe6d6edf83ee825e93b21ed /config.def.h | |
| parent | 2048807a80aea59df6a82610dad2314a59d1d06a (diff) | |
Don't show '..' by default
Diffstat (limited to 'config.def.h')
| -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 }; |
