fix(nushell): fix config
This commit is contained in:
parent
8c86c95376
commit
1a8bb2b25f
2 changed files with 1 additions and 3 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")
|
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")
|
zoxide init nushell | save -f ($nu.data-dir | path join "vendor/autoload/zoxide.nu")
|
||||||
|
|
||||||
alias nos = "sudo nh os"
|
alias nos = "nh os"
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
# You can remove these comments if you want or leave
|
# You can remove these comments if you want or leave
|
||||||
# them for future reference.
|
# them for future reference.
|
||||||
|
|
||||||
def co
|
|
||||||
|
|
||||||
$env = {
|
$env = {
|
||||||
config = {
|
config = {
|
||||||
hooks: {
|
hooks: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue