Simplify a few unsets

This commit is contained in:
Sorin Ionescu 2012-04-08 15:04:16 -04:00
parent 9f0336b9d8
commit a7db355e26
4 changed files with 4 additions and 7 deletions

View file

@ -231,6 +231,5 @@ else
print "omz: invalid keymap: $keymap" >&2
fi
unset keymap
unset key
unset key{map,}

View file

@ -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

View file

@ -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

View file

@ -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}