mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Fix alias in docs/sample_config/config.toml
(#4669)
This commit is contained in:
parent
cb5c61d217
commit
e3100e6afd
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ skip_welcome_message = false # Note to nushell developer: This is expected to be
|
|||
disable_table_indexes = false
|
||||
nonzero_exit_errors = true
|
||||
startup = [
|
||||
"alias la = ls --long",
|
||||
"alias la = ls --all",
|
||||
"alias ll = ls --long",
|
||||
"def nudown [] {fetch https://api.github.com/repos/nushell/nushell/releases | get assets | select name download_count}",
|
||||
"def nuver [] {version | pivot key value}",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue