mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
Update config (#3031)
This commit is contained in:
parent
233161d56e
commit
e3a273cf73
@ -2,9 +2,9 @@ skip_welcome_message = true
|
|||||||
disable_table_indexes = false
|
disable_table_indexes = false
|
||||||
nonzero_exit_errors = true
|
nonzero_exit_errors = true
|
||||||
startup = [
|
startup = [
|
||||||
"alias la [path] {ls --long $path}",
|
"alias la = ls --long",
|
||||||
"alias nudown [] {fetch https://api.github.com/repos/nushell/nushell/releases | get assets | select name download_count}",
|
"def nudown [] {fetch https://api.github.com/repos/nushell/nushell/releases | get assets | select name download_count}",
|
||||||
"alias nuver [] {version | insert nushell_features {get features | str collect ', '} | reject features}",
|
"def nuver [] {version | insert nushell_features {get features | str collect ', '} | reject features}",
|
||||||
]
|
]
|
||||||
table_mode = "other"
|
table_mode = "other"
|
||||||
plugin_dirs = ["D:\\Src\\GitHub\\nu-plugin-lib\\samples\\Nu.Plugin.Len\\bin\\Debug\\netcoreapp3.1"]
|
plugin_dirs = ["D:\\Src\\GitHub\\nu-plugin-lib\\samples\\Nu.Plugin.Len\\bin\\Debug\\netcoreapp3.1"]
|
||||||
@ -12,7 +12,7 @@ pivot_mode = "auto"
|
|||||||
ctrlc_exit = false
|
ctrlc_exit = false
|
||||||
complete_from_path = true
|
complete_from_path = true
|
||||||
rm_always_trash = true
|
rm_always_trash = true
|
||||||
prompt = "echo [ $(ansi gb) $(pwd) $(ansi reset) \"(\" $(ansi cb) $(do -i { git rev-parse --abbrev-ref HEAD | str trim }) $(ansi reset) \")\" $(char newline) $(ansi yb) $(date --format \"%m/%d/%Y %I:%M:%S%.3f %p\" --raw) $(ansi reset) \"> \" ] | str collect"
|
prompt = "echo $(ansi gb) $(pwd) $(ansi reset) \"(\" $(ansi cb) $(do -i { git rev-parse --abbrev-ref HEAD | str trim }) $(ansi reset) \")\" $(char newline) $(ansi yb) $(date --format \"%m/%d/%Y %I:%M:%S%.3f %p\" --raw) $(ansi reset) \"> \" | str collect"
|
||||||
|
|
||||||
# for each of the options in the color_config section, you are able to set
|
# for each of the options in the color_config section, you are able to set
|
||||||
# the color alone or with one of the following attributes.
|
# the color alone or with one of the following attributes.
|
||||||
|
Loading…
Reference in New Issue
Block a user