mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
remove $nu.cwd
(#4824)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Nushell Config File
|
||||
|
||||
def create_left_prompt [] {
|
||||
let path_segment = ($nu.cwd)
|
||||
let path_segment = ($env.PWD)
|
||||
|
||||
$path_segment
|
||||
}
|
||||
|
Reference in New Issue
Block a user