Fix alias in docs/sample_config/config.toml (#4669)

This commit is contained in:
Luca Trevisani 2022-02-28 22:47:14 +01:00 committed by GitHub
parent cb5c61d217
commit e3100e6afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}",
]