mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
This allows nushell users to define shell aliases that are inserted into nushell's `config.nu`.
9 lines
136 B
Nu
9 lines
136 B
Nu
let $config = {
|
|
filesize_metric: false
|
|
table_mode: rounded
|
|
use_ls_colors: true
|
|
}
|
|
|
|
|
|
alias ll = ls -a
|
|
alias lsname = (ls | get name) |