You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bindkey "^[[B" down-line-or-beginning-search # Down
50
+
bindkey "^[[B" down-line-or-beginning-search # Downexport OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES # added by crucible
51
+
alias start_zookeeper_server='sudo /usr/local/confluent/bin/zookeeper-server-start /usr/local/confluent/etc/kafka/zookeeper.properties # added by crucible' # added by crucible
52
+
alias start_kafka_server='sudo /usr/local/confluent/bin/kafka-server-start /usr/local/confluent/etc/kafka/server.properties # added by crucible' # added by crucible
53
+
alias start_schema_registry_server='sudo /usr/local/confluent/bin/schema-registry-start /usr/local/confluent/etc/kafka/schema-registry.properties' # added by crucible
0 commit comments