mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Allow user to set and unset path property of variables
This adds flags --path and --unpath to builtin set, analogous to --export and --unexport. These flags change whether a variable is marked as a path variable. Universal variables cannot yet be path variables.
This commit is contained in:
@@ -21,4 +21,4 @@ echo $$paren
|
||||
# Test tilde expansion
|
||||
|
||||
####################
|
||||
# Test delimiters
|
||||
# Test path variables
|
||||
|
||||
Reference in New Issue
Block a user