remove $nu.cwd (#4824)

This commit is contained in:
Darren Schroeder
2022-03-12 09:11:19 -06:00
committed by GitHub
parent 005301647a
commit ccc85a2979
3 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Nushell Config File
def create_left_prompt [] {
let path_segment = ($nu.cwd)
let path_segment = ($env.PWD)
$path_segment
}