mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
termsupport: protect subshell with quotes
This commit is contained in:
parent
d2e1c71bfb
commit
f0981d564a
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ zmodload zsh/langinfo
|
|||
# Returns nonzero if encoding failed.
|
||||
#
|
||||
# Usage:
|
||||
# omz_urlencode [-r] [-m] <string>
|
||||
# omz_urlencode [-r] [-m] [-P] <string>
|
||||
#
|
||||
# -r causes reserved characters (;/?:@&=+$,) to be escaped
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue