9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
|
|
|
# https://github.com/FMotalleb/nu_plugin_port_list
|
|
|
|
run_once 'nu_plugin_highlight' {
|
|
cargo install nu_plugin_highlight
|
|
register ~/.cargo/bin/nu_plugin_highlight
|
|
}
|