mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
5 lines
225 B
Text
5 lines
225 B
Text
# /bin/bash or /bin/zsh (oh-my-zsh is installed by default as well)
|
|
SHELL=/bin/bash
|
|
# Switch to 1 to enable FIPS environment, any other value to disable,
|
|
# then close and reopen a new terminal to setup the environment
|
|
FIPS=0
|