mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
5 lines
151 B
TOML
5 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 }"]
|