@@ -26,6 +26,11 @@ elif [[ -s /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi
# Add Composer binaries
if[ -d "$HOME/.composer"];then
path+=("$HOME/.composer/vendor/bin")
fi
# History search
autoload -U history-search-end
bindkey -v
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.