forked from extern/nushell
parent
1bdec1cbb6
commit
65a163357d
@ -59,6 +59,7 @@ use std dirs [
|
|||||||
p
|
p
|
||||||
dexit
|
dexit
|
||||||
]
|
]
|
||||||
|
use std pwd
|
||||||
"#
|
"#
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -286,3 +286,8 @@ It's been this long since (ansi green)Nushell(ansi reset)'s first commit:
|
|||||||
Startup Time: ($nu.startup-time)
|
Startup Time: ($nu.startup-time)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Return the current working directory
|
||||||
|
export def pwd [] {
|
||||||
|
$env.PWD
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user