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