mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Fix alias in docs/sample_config/config.toml
(#4669)
This commit is contained in:
parent
cb5c61d217
commit
e3100e6afd
@ -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 New Issue
Block a user