abra zsh config 2.0
This commit is contained in:
11
.zprezto/modules/autosuggestions/external/src/util.zsh
vendored
Normal file
11
.zprezto/modules/autosuggestions/external/src/util.zsh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#--------------------------------------------------------------------#
|
||||
# Utility Functions #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
_zsh_autosuggest_escape_command() {
|
||||
setopt localoptions EXTENDED_GLOB
|
||||
|
||||
# Escape special chars in the string (requires EXTENDED_GLOB)
|
||||
echo -E "${1//(#m)[\"\'\\()\[\]|*?~]/\\$MATCH}"
|
||||
}
|
Reference in New Issue
Block a user