mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
set: Show pathvariableness in --show
This commit is contained in:
@@ -635,4 +635,9 @@ set -ql history
|
||||
echo $status
|
||||
#CHECK: 1
|
||||
|
||||
set --path newvariable foo
|
||||
set -S newvariable
|
||||
#CHECK: $newvariable: set in global scope, unexported, a path variable with 1 elements
|
||||
#CHECK: $newvariable[1]: |foo|
|
||||
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user