Evie Litherland-Smith
513a2df379
Keep zsh as defaultUserShell (so same for root user), ensure emacs also uses zsh instead of nu for POSIX compliance Switch nu tables back to rounded configuration
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
$env.config = {
|
|
show_banner: false,
|
|
edit_mode: emacs,
|
|
table: {
|
|
mode: rounded,
|
|
},
|
|
}
|