diff --git a/config.nu b/config.nu index 66b6cf3..737589b 100644 --- a/config.nu +++ b/config.nu @@ -17,9 +17,14 @@ # You can remove these comments if you want or leave # them for future reference. -$env.config.show_banner = false $env.EDITOR = 'nvim' $env.VISUAL = 'nvim' + +$env.config.show_banner = false +$env.config.table.trim.methodology = 'truncating' +$env.config.table.trim.truncating_suffix = ' >>' +$env.config.table.mode = 'frameless' + if ((sys host).name !~ '.*Windows.*') { $env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock' }