mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
fix: adjust for nushell commandline
syntax deprecation (#840)
Fixes for changes introduced by https://github.com/nushell/nushell/pull/12658
This commit is contained in:
parent
8a77d51e93
commit
66c76a9dbd
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
mode: [emacs, vi_normal, vi_insert]
|
||||
event: {
|
||||
send: executehostcommand
|
||||
cmd: "commandline -a (
|
||||
cmd: "commandline edit --append (
|
||||
ls **/*
|
||||
| where type == dir
|
||||
| get name
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
event: {
|
||||
send: executehostcommand
|
||||
cmd: '
|
||||
commandline --replace "use "
|
||||
commandline --insert (
|
||||
commandline edit --replace "use "
|
||||
commandline edit --insert (
|
||||
$env.NU_LIB_DIRS
|
||||
| each {|dir|
|
||||
ls ($dir | path join "**" "*.nu")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue