1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/programs/nushell/settings-expected.toml
2020-07-24 17:15:55 +02:00

6 lines
151 B
TOML

completion_mode = "circular"
edit_mode = "vi"
key_timeout = 10
no_auto_pivot = true
startup = ["alias la [] { ls -a }", "alias e [msg] { echo $msg }"]