Remove unneeded unalias commands

This commit is contained in:
Anthony Rose 2022-08-19 09:07:11 +01:00
parent 010cf31edd
commit 3d77c14121

View file

@ -339,10 +339,3 @@ case "$-" in
*)
;;
esac
if [ -n "$ZSH_VERSION" ]
then
# These commands do not exist in zsh.
unalias shopt
unalias bind
fi