nu: Add ctd command
This commit is contained in:
6
tree/.local/nu/cargo.nu
Normal file
6
tree/.local/nu/cargo.nu
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Resolve path to the cargo target dir, including an optional subpath
|
||||||
|
def ctd [
|
||||||
|
path?: string
|
||||||
|
] {
|
||||||
|
$"($env.CARGO_TARGET_DIR)/($path)"
|
||||||
|
}
|
||||||
0
tree/.local/nu/readelf.nu
Executable file → Normal file
0
tree/.local/nu/readelf.nu
Executable file → Normal file
Reference in New Issue
Block a user