diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-08 19:30:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-08 19:30:37 -0700 |
| commit | 220d0dc4025e845b2060c2f508c70b90481a3796 (patch) | |
| tree | eed37b1a34f7c0dc9619d9a74a339e1ab8c219a9 /bbstartup.sh | |
| parent | c4620ece6015ada9ae7e70cadf3bc0bb0fe5b6d3 (diff) | |
Set default columns to what the startup commands were doing by default,
so that's no longer needed in the startup commands.
Diffstat (limited to 'bbstartup.sh')
| -rwxr-xr-x | bbstartup.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bbstartup.sh b/bbstartup.sh index 059bc09..cb36d38 100755 --- a/bbstartup.sh +++ b/bbstartup.sh @@ -16,10 +16,6 @@ mark root / mark config "$XDG_CONFIG_HOME" mark marks "$XDG_CONFIG_HOME/bb/marks" -# Set viewing options -bb +sort:+n -bb +col:'*smpn' - # Load key bindings # first check ~/.config/bb/bindings.bb, then /etc/xdg/bb/bindings.bb, then ./bindings.bb if [ -e "$XDG_CONFIG_HOME/bb/bindings.bb" ]; then |
