Skip to content

Commit

Permalink
fp9
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 28, 2024
1 parent 151f4e5 commit 30711c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dist/index.js

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

8 changes: 4 additions & 4 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def main [
let p = $plugin.name | str replace -a \ /
print $'Registering ($p)'
if $useRegister {
print -n 'Executing command:'; print ("'" + $'"register ($p)"' + "'")
nu -c ("'" + $'"register ($p)"' + "'")
print -n 'Executing command:'; print $'"register ($p)"'
nu -c $'"register ($p)"'
} else {
print -n 'Executing command:'; print ("'" + $'"plugin add ($p)"' + "'")
nu -c ("'" + $'"plugin add ($p)"' + "'")
print -n 'Executing command:'; print $'"plugin add ($p)"'
nu -c $'"plugin add ($p)"'
}
}
Expand Down

0 comments on commit 30711c5

Please sign in to comment.