nushell: add config.nu, env.nu, starship
This commit is contained in:
parent
e596ca6428
commit
2883e717df
5 changed files with 40 additions and 0 deletions
10
parts/pkgs/extraPackages/nushell/starship.toml
Normal file
10
parts/pkgs/extraPackages/nushell/starship.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[directory]
|
||||
style = "bold cyan"
|
||||
read_only = " "
|
||||
truncate_to_repo = false
|
||||
#truncation_length = 0
|
||||
format = "[ $path]($style)([$read_only]($read_only_style))"
|
||||
#repo_root_style = "red"
|
||||
home_symbol = "~"
|
||||
#disabled = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue