Commit graph

1 commit

Author SHA1 Message Date
Green Orange
b08b350ee9
fix(aliases): preserve trailing double quote in \als\ output
strip('\'"\n ') was stripping double quotes from both ends of the alias
value, so an alias like now='date +"%T"' was displayed as `date +"%T`
(missing the closing double quote). Fix by stripping only outer matching
quote pairs rather than all quote characters from both ends.

Fixes #13637
2026-04-06 00:25:35 +02:00