Skip to content

Commit 2ec0c19

Browse files
committed
fix(home/cli/nushell): fix deprecated flag
1 parent 603dafb commit 2ec0c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/gabriel/features/cli/nushell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
enable = true;
44
extraConfig = /* nu */ ''
55
def create_left_prompt [] {
6-
let dir = match (do --ignore-shell-errors { $env.PWD | path relative-to $nu.home-path }) {
6+
let dir = match (do --ignore-errors { $env.PWD | path relative-to $nu.home-path }) {
77
null => $env.PWD
88
''' => '~'
99
$relative_pwd => ([~ $relative_pwd] | path join)

0 commit comments

Comments
 (0)