aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-09-22 19:45:06 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-09-22 19:45:06 -0700
commit7f8c16e5d957c9fd29bdcc1fae2e62371f7bd34a (patch)
tree0976fcf365aa0655efe6d6edf83ee825e93b21ed /config.def.h
parent2048807a80aea59df6a82610dad2314a59d1d06a (diff)
Don't show '..' by default
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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
};