Skip to content

Commit

Permalink
fp3
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 27, 2024
1 parent c21aa88 commit 96de07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const pluginRegisterScript = nu`
] {
let useRegister = if $is_legacy { true } else { false }
print (which nu)
print ($env.PATH)
def register-plugins [] {
ls (which nu | get 0.path | path dirname)
Expand Down

0 comments on commit 96de07b

Please sign in to comment.