mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 20:11:15 -03:00
For better or worse, "set -L" prints all of $history, which makes "fish_config theme show" very slow. Fix this by only printing the relevant variables. While at, make the escaping function use the shared subset of fish and POSIX shell quoting syntax, to allow a following commit to use shlex.split().