allows for nushell to have tables without the index column (#5380)

This commit is contained in:
Darren Schroeder
2022-04-30 09:07:46 -05:00
committed by GitHub
parent 1fc7abcc38
commit 5999506f87
3 changed files with 20 additions and 7 deletions

View File

@ -196,6 +196,7 @@ let-env config = {
max_history_size: 10000 # Session has to be reloaded for this to take effect
sync_history_on_enter: true # Enable to share the history between multiple sessions, else you have to close the session to persist history to file
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
disable_table_indexes: false # set to true to remove the index column from tables
menus: [
# Configuration for default nushell menus
# Note the lack of souce parameter