mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
@ -286,3 +286,8 @@ It's been this long since (ansi green)Nushell(ansi reset)'s first commit:
|
||||
Startup Time: ($nu.startup-time)
|
||||
"
|
||||
}
|
||||
|
||||
# Return the current working directory
|
||||
export def pwd [] {
|
||||
$env.PWD
|
||||
}
|
Reference in New Issue
Block a user