11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
|
use runonce.nu
|
||
|
|
||
|
export def init [] {
|
||
|
runonce run 'nu_plugin_dns' {
|
||
|
cargo install nu_plugin_dns
|
||
|
register ~/.cargo/bin/nu_plugin_port_list
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
# runonce once 'lls' { ls / } --reset true
|