fix(nushell): fully fix config
This commit is contained in:
parent
1a8bb2b25f
commit
69abdc09fe
2 changed files with 17 additions and 20 deletions
|
@ -21,4 +21,4 @@ mkdir ($nu.data-dir | path join "vendor/autoload")
|
|||
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
|
||||
zoxide init nushell | save -f ($nu.data-dir | path join "vendor/autoload/zoxide.nu")
|
||||
|
||||
alias nos = "nh os"
|
||||
alias nos = nh os
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
# You can remove these comments if you want or leave
|
||||
# them for future reference.
|
||||
|
||||
$env = {
|
||||
config = {
|
||||
$env.config = {
|
||||
hooks: {
|
||||
pre_prompt: [{ ||
|
||||
if (which direnv | is-empty) {
|
||||
|
@ -35,6 +34,4 @@ $env = {
|
|||
mode = "heavy"
|
||||
}
|
||||
show_banner: false
|
||||
}
|
||||
LS_COLOURS = ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue