Simplify a few unsets
This commit is contained in:
parent
9f0336b9d8
commit
a7db355e26
|
@ -231,6 +231,5 @@ else
|
|||
print "omz: invalid keymap: $keymap" >&2
|
||||
fi
|
||||
|
||||
unset keymap
|
||||
unset key
|
||||
unset key{map,}
|
||||
|
||||
|
|
|
@ -13,8 +13,7 @@ if zstyle -t ':omz:module:history-substring-search' case-sensitive; then
|
|||
fi
|
||||
|
||||
if ! zstyle -t ':omz:module:history-substring-search' color; then
|
||||
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
|
||||
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
|
||||
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_{FOUND,NOT_FOUND}
|
||||
fi
|
||||
|
||||
bindkey -M emacs "$keyinfo[Control]P" history-substring-search-up
|
||||
|
|
|
@ -61,5 +61,5 @@ for color in {0..255}; do
|
|||
FG[$color]="\e[38;5;${color}m"
|
||||
BG[$color]="\e[48;5;${color}m"
|
||||
done
|
||||
unset colors color index
|
||||
unset color{s,} index
|
||||
|
||||
|
|
|
@ -63,6 +63,5 @@ fi
|
|||
|
||||
# Tidy up after ourselves.
|
||||
unfunction _ssh-agent-start
|
||||
unset _ssh_agent_forwarding
|
||||
unset _ssh_agent_env
|
||||
unset _ssh_agent_{env,forwarding}
|
||||
|
||||
|
|
Loading…
Reference in a new issue