1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 10:58:31 +02:00
home-manager/tests/modules/programs/nushell/config-expected.nu
Mika Naylor 58b8685e47
nushell: add shellAliases option
This allows nushell users to define shell aliases that are inserted
into nushell's `config.nu`.
2023-04-17 22:59:32 +02:00

9 lines
136 B
Plaintext

let $config = {
filesize_metric: false
table_mode: rounded
use_ls_colors: true
}
alias ll = ls -a
alias lsname = (ls | get name)